I want to write a Function which will Open a dialog box where a User will be asked to fill several fields. What I am looking for is something like Inputbox but which will enable me to get more than one input from the User. For example:
First Name: "John" Last Name: "Donny" Phone Number: "123443123123"
and when the User presses OK, I will have 3 Variables with those 3 inputs.
Hey, Thanks for the replies. I will look into the Code you posted however, I do want something like multi-line input box. ginolard mentioned something called HTA. what exactly is HTA?