Showing tag results for VBScript

Jun 25, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Add a Hyperlink to a Microsoft Office Outlook Signature?

ScriptingGuy1

Hey, Scripting Guy! I’m trying to use a script to create a Microsoft Office Outlook signature, but I can’t figure out how to add a live hyperlink to that signature. Can you help?-- BK Hey, BK. You know, it’s interesting that you mention signatures. During his last two trips to TechEd Orlando, the Scripting Guy who writes the col...

Scripting Guy!VBScriptOffice
Jun 24, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Change a Registry Value Named (Default)?

ScriptingGuy1

Hey, Scripting Guy! I am trying to change a registry value that has the name (Default). I can change any registry value that has a “real” name, but I can’t figure out how to change one with the name (Default). If I export the value the name shows up as @, but that doesn’t work in my script, either. How do I change a registry value named (Default)...

Scripting Guy!VBScriptoperating system
Jun 24, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Open and Close Outlook Attachments?

ScriptingGuy1

Hey, Scripting Guy! We recently implemented a scheme whereby Team Leads or Contract Sponsors may request server access for their Team members by submitting an Excel spreadsheet. To this end, I proposed a script that will open Outlook, look for items in the Inbox that contain a particular Subject line (we will pick the wording later) and, for each ...

Scripting Guy!VBScriptOffice
Jun 21, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Change the Letter Case of My File Names?

ScriptingGuy1

Hey, Scripting Guy (and the $12 million-a-year Scripting Editor)! Is there a way to mass-rename all the files in a folder, changing the letter case as needed?-- MV Hey, MV. To begin with, we should mention that we know that you actually asked two questions in your email. We’re going to deal with the first question – mass-renaming of a...

Scripting Guy!VBScriptstorage
Jun 20, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Modify a Text File Based on the Value of a Particular Column in the File?

ScriptingGuy1

Hey, Scripting Guy! I need some help in cleaning up a text file. I have a file that contains multiple columns of data, and I need to either delete or modify lines in the file based on the value of the 13th column. Can you help me?-- AM Hey, AM. You know, usually we start off this column with some amusing (well, OK, semi-amusing) anecdote or story...

Scripting Guy!scripting techniquesVBScript