Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Am trying to direct a menu call to a specific Project and
Sub. The following attempt is not working: With .Controls.Add(Type:=msoControlButton) .Caption = "&Add a Standard Page" .OnAction = "AddBofQStandardPage" End With More correctly, it is working, but is calling the sub "AddBofQStandardPage" from a module in a different Project. How do I reference the sub in, say Project1, Module1, when the the menu item is triggered, please? Regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.520 / Virus Database: 318 - Release Date: 18/09/2003 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to get send option under file menu in excel sheet | Excel Discussion (Misc queries) | |||
No Send to in File menu | New Users to Excel | |||
option explicit | Excel Discussion (Misc queries) | |||
How do I change the order of choices in menu File- Send To | Excel Worksheet Functions | |||
SEND TO menu | Excel Discussion (Misc queries) |