ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Userform opening (https://www.excelbanter.com/excel-programming/333317-userform-opening.html)

Mike

Userform opening
 
What is the code for manually opening a userform, using the Alt+F8 process,
and where do I put it

Tom Ogilvy

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




Bob Phillips[_6_]

Userform opening
 
You have to have a macro to show it.

--

HTH

RP
(remove nothere from the email address if mailing direct)


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

process,
and where do I put it





All times are GMT +1. The time now is 07:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com