Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the code for manually opening a userform, using the Alt+F8 process,
and where do I put it |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Activating userform and filling it with data form row where userform is activate | Excel Programming | |||
Access from add_in userform to main template userform.... | Excel Programming | |||
Opening a UserForm causes a crash in the Exit procedure (Which is never called) | Excel Programming | |||
Excel VBA question - showing userform when opening workbook | Excel Programming | |||
Opening a UserForm | Excel Programming |