Showing archive results for June 2006

Jun 9, 2006
Post comments count0
Post likes count0

How Can I Add Multiple Tables to a Word Document?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I add multiple tables to a Word document?-- KH Hey, KH. You know, if the Scripting Guys have one failing (hey, we said if) it’s this: we’re simple guys with simple tastes. Create a Microsoft Word document with multiple tables? No, sir; that’s not for us, not at all. One table per document is plenty, thank you very muc...

Scripting Guy!VBScriptOffice
Jun 8, 2006
Post comments count0
Post likes count0

How Can I List All the Tables in an Access Database?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I list all the tables in an Access database?-- KW Hey, KW. You know, the best part about writing a daily column on system administration scripting is that people only see the finished result; they never see all the detours, dead-ends, and other frustrations we go through in order to produce that column. For example, p...

Scripting Guy!VBScriptOffice
Jun 7, 2006
Post comments count0
Post likes count0

How Can I Add Leading Zeroes to All the Lines in a Text File?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I have a text file where each line is a set of characters like this: 56A63, 78A41, etc. I need to put leading zeroes in front of these strings in order to make them all nine characters long: 000056A63, 000078A41, etc. Oh: and my text file has 20,000 lines that need to be modified like this. How can I do all that using a script...

Scripting Guy!scripting techniquesVBScript
Jun 6, 2006
Post comments count0
Post likes count0

How Can I Return the URLs Associated with My Internet Explorer Favorites?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I return the URLs associated with my Internet Explorer Favorites?-- DW Hey, DW. It’s time for annual performance reviews here at Microsoft, which means we Scripting Guys are supposed to be looking back and detailing all the many things we’ve done in the past year. Unfortunately, instead of finding things we did do it’...

Scripting Guy!VBScriptdesktop management
Jun 5, 2006
Post comments count0
Post likes count0

How Can I Dynamically Add Controls to an HTA?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! How can I dynamically add controls to an HTA?-- TR Hey, TR. Dum-de-dum-dum. Dum-de-dum-de - oh, wait : you were talking to us, weren’t you? Sorry; we saw the word “dynamically” and figured this question must have been addressed to someone else. When people hear the words Scripting Guys they think of all sorts of things, but “...

Scripting Guy!scripting techniquesVBScript