[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.excel.programming

Re: how do i use UserForm1.Show vbModeless command?

NickHK

12/20/2006 6:12:00 AM

If you are talking about a msgbox generated with
MsgBox "Some Message"
then it will always be modal.

However, if you make your own msgbox (as your subject suggests) then it is
not modal.

NickHK

"trapper" <trapper@discussions.microsoft.com> wrote in message
news:3394391F-542B-4E86-A493-0F638A9D2480@microsoft.com...
> i want msgbox to stay in view while working on the cells in the spread
sheet.
> default stops all work till make msgbox go away by clicking ok