Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
natanz wrote:
Sub ShowForm(FormName As UserForm) FormName.Show End Sub but that doesn't work. Can anyone help? The funny thing is that your userform1 doesn't inherit from UserForm type and UserForm itself doesn't have Show method :) Sub ShowForm(FormName As Object) should work. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Right click menu | Excel Programming | |||
Adding a menu item right click menu when clicking on a single. | Excel Programming | |||
Adding menu to the mouse right click pop-up menu | Excel Programming | |||
pls help: short cut menu doesn't show when right click mouse | Excel Programming | |||
short cut menu doesn't show when right click on mouse | Excel Programming |