Showing tag results for VBScript

Feb 25, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Find a Word in a Document and Change the Background Color of the Paragraph Where That Word Appears?

ScriptingGuy1

Hey, Scripting Guy! I have a bunch of reports and log files that are saved as Microsoft Word documents. I’d like to be able to search for a specific word in one of these documents (e.g., the word “Failed”) and then change the background color of any paragraph that the target word appears in. How can I do that?-- XD Hey, XD. You ...

Scripting Guy!VBScriptOffice
Feb 22, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Replace Incorrect Dates in My File Names?

ScriptingGuy1

Hey, Scripting Guy! have a folder that has a whole bunch of files in it. Many of those files have a file name that includes an incorrect date; for example, the file might be named FGA Site Visit 2-14-07 204.jpg when it should really be named FGA Site Visit 2-14-08 204.jpg. (That is, it suggests the visit occurred in 2007 rather than 2008.) How can...

Scripting Guy!scripting techniquesVBScript
Feb 21, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Set a Reminder on All My Office Outlook Appointments?

ScriptingGuy1

Hey, Scripting Guy! My manager does not like appointment reminders; therefore every meeting request she sends is without reminders.  I like reminders and I try to remember to turn them on, but sometimes I forget; that means that if I'm not on top of my schedule, I can miss a meeting. How can I write a script that will go through all my m...

Scripting Guy!VBScriptOffice
Feb 20, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Mark the First Occurrence of a Number in an Office Excel Spreadsheet?

ScriptingGuy1

Hey, Scripting Guy! I’m trying to determine – and mark – the first occurrence of a number in an Office Excel worksheet. However, I can’t figure out how to go about doing this. Can you help?-- BH Hey, BH. Before we launch into today’s column we have an announcement to make: the Scripting Guys surrender. You have beate...

Scripting Guy!VBScriptOffice
Feb 19, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Enable Users to Change File Extensions Using the SendTo Command?

ScriptingGuy1

Hey, Scripting Guy! Here’s what I would like to do. I would like to put a script in the SendTo folder that would enable a user to easily change the file extension for a file. (Typically our users hide the file extensions, which makes it difficult for them to change those extensions when they need to.) However, I haven’t been able to fi...

Scripting Guy!VBScriptstorage