View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default 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