S
Stuart
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.
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.