View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
David Adamson[_4_] David Adamson[_4_] is offline
external usenet poster
 
Posts: 61
Default Auto launch userform

Sub Auto_Open()
USERFormName.show
End sub

"Joe" wrote in message
...
Hi,

How to auto launch the userform when Excel is activated?

tks.

regards,
Joe