Looks like InputBox is what I need to use. Checked out the link you posted, very helpful. It seems to be for HTML though. I am writing scripts to use for automating CLI programming for the equipment my company services.
My goal is to be able to prompt our installers when they run my script to enter a site ID number and a specific MDF/IDF closet number so they don't have to manually change the script code. Not a huge issue, just trying to make it as easy for them as possible during the install.
I don't understand how to take the input from the InputBox and store that in a variale that I can then use in the script.