Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My project has 3 buttons on the User page that "pop up" a menu (shortcut
type) when clicked. On one of the menus, I need the sub-options for a primary option to be generated when the button is clicked. In other words, it should pull information from a range of cells on another page. This range varies depending on previous information gathered through the use of userforms. I have seen menus that do this, and have seen a similar example in a book, but can't figure out how to modify the code for a popup menu. How can I include code in my menu creation code that allows something like: for each c in sheets??range(XY)... .AddItem.c then use this with List(ListIndex) to make a menu use that info to make a list of sub-options? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Lost "File Menu" - now it's "Edit / View / Insert.." but no "F | Excel Discussion (Misc queries) | |||
Stop users from accessing "Protection" option from "Tools" menu | Excel Programming | |||
CommandBars("Worksheet Menu Bar").Controls("Tools").Enabled = Fals | Excel Programming | |||
What does the "Paste Special Dropdown" popup menu do? | Excel Programming | |||
How do I get events from a "Split Button Popup" control? | Excel Programming |