I'm new to VBS, just trying to figure out how I can run a script which prompts the user for input, & then types that result as part of a sentence?
I'm using WshShell.SendKeys as I want the script to be flexible & able to enter the text into different programs, would there be a way to have this type something that was entered into an InputBox?
Thanks!