Showing tag results for retrieving input

Feb 7, 2007
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Prompt a User for Information and Then Pass That Information to a Command-Line Tool?

ScriptingGuy1

Hey, Scripting Guy! How can I prompt a user for information and then pass that information to a command-line tool?-- SD Hey, SD. efh;r9d/fjwf Sorry; let’s try that again. j ewewrj 2gr CX # 2kkkkw Sorry; the Scripting Guy who writes this column is having a little difficulty moving his arms today. Last night the Scripting Son thought it would be “...

Scripting Guy!scripting techniquesVBScript
Oct 25, 2006
Post comments count0
Post likes count0

How Can I Repeatedly Prompt a User to Enter a File Name?

ScriptingGuy1

Hey, Scripting Guy! I have approximately 100 Excel files (all with names like 9365.xls) in a folder. I’d like to prompt a user for a file name, open the file, retrieve information from a specified cell, then close the file (ideally Excel would never appear on screen). I’d then like to prompt the user to enter another file name. How can I do that?...

Scripting Guy!scripting techniquesVBScript
Oct 17, 2006
Post comments count0
Post likes count0

How Can I Clear the Contents of Any File Dropped on My Script Icon?

ScriptingGuy1

Hey, Scripting Guy! How can I write a script that will clear the contents of any file that I drag and drop on the script icon?-- SN Hey, SN. Say, you didn’t by any chance misplace a few hundred thousand insects did you? OK; just thought we’d ask. This past weekend the Scripting Guy who writes this column had to drive across the state to attend a...

Scripting Guy!scripting techniquesVBScript
Jan 12, 2005
Post comments count0
Post likes count0

How Can I Access a Type Library From Within a Script?

ScriptingGuy1

Hey, Scripting Guy! How can I access a type library from within a script?-- XA Hey, XA. For those of you unfamiliar with the term, a type library is a file or a component that contains type information for a COM object; type information describes the object and the things you can do with it. Among the information found in a type library are the ...

Scripting Guy!scripting techniquesVBScript
Oct 25, 2004
Post comments count0
Post likes count0

How Can I Send Data from One Script to Another?

ScriptingGuy1

Hey, Scripting Guy! A while back you showed how we could use the InputBox function to prompt a user to enter a value we could then use in our script. What I’d like to know is, is there any way I can take that value and use it in another script?-- JW Hey, JW. We’re guessing here, but apparently you’d like to have a script that, among other things...

Scripting Guy!scripting techniquesVBScript