Modeless for in Windows XP
Unless you are using Excel 97
Sub Showform1()
userform1.show false
End sub
should work. (worked for me in xl2000)
--
Regards,
Tom Ogilvy
"jimbola" wrote in message
...
Hi
Can anyone tell me how to make a form modeless I have tried
Sub Showform1()
userform1.show, modal=false
End sub
but that doesn't work.
PLease help
Jim
|