fearoffours
Registered User.
- Local time
- Today, 12:14
- Joined
- Apr 10, 2008
- Messages
- 82
I know that you can use
myvar = MsgBox("Some prompt", vbYesNo)
to get an input from a user to dictate subsequent actions.
However, if you would like input but need more freedom than yes/No Ok/Cancel Abort/Retry/Ignore, then how do you go about doing this?
I thought that you would simply use a custom form, then I realised that this would entail using the form to set a public variable.
Is there a neater way to do this?
myvar = MsgBox("Some prompt", vbYesNo)
to get an input from a user to dictate subsequent actions.
However, if you would like input but need more freedom than yes/No Ok/Cancel Abort/Retry/Ignore, then how do you go about doing this?
I thought that you would simply use a custom form, then I realised that this would entail using the form to set a public variable.
Is there a neater way to do this?