Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have grown fond of Walkenbach's menu-creation code, which basically
reads a bunch of columns off of a worksheet and creates a menu on the menubar. However, if i were to move this add-in of mine from a .xla file to a full .dll file, how would I create my menus? Is there any method of similar convenience to Walkenbach's method? Would it be possible to store the entire structure in the Registry, and have a custom class that can read a given Registry path create the menu instead? Or is there another way I overlook? I would most appreciate any help! Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"R Avery" wrote:
However, if i were to move this add-in of mine from a .xla file to a full .dll file, how would I create my menus? I use XML for that. Jens. -- http://ManagedXLL.net/ | http://jens-thiel.de/ | http://QuantLib.net/ Replace MSDN with my first name when replying to my email address! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excellent idea. Thanks!
|
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop dwn menu. Formula to count selection frm menu in anoth cell? | Excel Worksheet Functions | |||
filter dropdown menu so 2nd drop menu is customized | Excel Worksheet Functions | |||
Create Dropdown menu without using the Validation on the Data Menu | Excel Worksheet Functions | |||
Menu items added with menu item editor in older versions | Excel Discussion (Misc queries) | |||
Adding menu to the mouse right click pop-up menu | Excel Programming |