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 Userform opening

In a general module, create a macro

Public Sub ABCD()
Userform1.Show
End Sub

--
Regards,
Tom Ogilvy

"mike" wrote in message
...
What is the code for manually opening a userform, using the Alt+F8

process,
and where do I put it