mtheriault2000
Well-known Member
- Joined
- Oct 23, 2008
- Messages
- 826
Hello
I know that i could use MsgBox to read a yes no answer. Is it possible to use it to read and integer number?
I'm displaying a list of option like
ShowMessage =
1: abcd & chr(10)
2: efgh & chr(10)
3: qwer
Rep = msgbox(ShowMessage, ???)
How could i read the answer from the user?
Martin
I know that i could use MsgBox to read a yes no answer. Is it possible to use it to read and integer number?
I'm displaying a list of option like
ShowMessage =
1: abcd & chr(10)
2: efgh & chr(10)
3: qwer
Rep = msgbox(ShowMessage, ???)
How could i read the answer from the user?
Martin