Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MsgBox Modality

Status
Not open for further replies.

gayd

Technical User
Nov 28, 2002
1
US
Is it possible to modify the modality of a MsgBox in a VBA script? Thanks for any suggestions
 
Not without extensive trickery. I think it would be easier to use a userform.
Rob
[flowerface]
 
Yup - someone on the excel L list posted some code to do funky things with msgbox modality but it was a set of API calls and was about 200 or so lines just to do a coupla simple things.

Definately go with the userform idea Rgds
Geoff
"Some cause happiness wherever they go; others whenever they go."
-Oscar Wilde
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top