Peter Bellamy
Registered User.
- Local time
- Today, 02:18
- Joined
- Dec 3, 2005
- Messages
- 295
I have a button on a form that runs some vba code.
The code run is dependant upon what the user wants to do:
Method 1
Method 2
Method 3
Abort
It is only valid to choose one method
At the moment I use sequential message boxes for each 'Method', enabling the user to do or not each step. What I would prefer is to give them all the choices and then they choose just one. (they could at the moment choose morethan one !!)
It seems message boxes can't do this, 4 choices with bespoke labeling of the buttons ??
Any suggestions?
Cheers
pnb
The code run is dependant upon what the user wants to do:
Method 1
Method 2
Method 3
Abort
It is only valid to choose one method
At the moment I use sequential message boxes for each 'Method', enabling the user to do or not each step. What I would prefer is to give them all the choices and then they choose just one. (they could at the moment choose morethan one !!)
It seems message boxes can't do this, 4 choices with bespoke labeling of the buttons ??
Any suggestions?
Cheers
pnb