Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have this code on a custom menu option:
With CustomMenu.Controls.Add(Type:=msoControlButton) .Caption = "Process This Labor Summary" .OnAction = UserForm2.Show End With And this code on activation: Private Sub UserForm_activate() Call PRProc End Sub But this does not work. How do I have a menu option load a form which then calls a process? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Displaying A custom menu as a popup menu | Excel Programming | |||
Custom Menu and Menu Items | Excel Programming | |||
Adding Sub Menu Item to Current Custom Menu | Excel Programming | |||
VBA - Disappearing custom menu and custom toolbar | Excel Programming | |||
Custom Menu return to Excel Menu upon Closing | Excel Programming |