Is there a way to prompt a user for information without having to create a separate form? Something like a message box except that it would have a TextBox for user input? Thanks, Jeremy
Printable View
Is there a way to prompt a user for information without having to create a separate form? Something like a message box except that it would have a TextBox for user input? Thanks, Jeremy
InputBox()
After the year I've been programming in VB, I have never had to use this. How funny. Thanks, Jeremy