Thread
:
Userform opening
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 27,285
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
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy