Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Peter,
You should be able to use the Ribbon without having to port to a DLL I am not sure about using the Ribbon without writing an XLAM/XML interface for it (http://msdn.microsoft.com/en-us/library/bb410116.aspx). You NEED to know the difference, all explained in the book. You might consider developing the dll as a normal dll with an xla/s wrapper as step through and debugging is a bit easier. That's probably a good place to start (for me anyway). I guess some examples of when to use which one would help. I think I know what you have but for your ComAddin menus best forget about storing your commandbar details in cells and port all to the VB dll. All the commandbar/menubar information is in code, not on the XLA worksheet. Other user preferences can be stored either in the registry or an ini file. I am trying to avoid both of these as some of the information stored is encrypted/hashed login information which I would prefer to keep hidden. Thanks again, Roger |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Applying 2003 User interface to Excell 2007 | Excel Discussion (Misc queries) | |||
Split Data 1 Column to 3 columns, Excel 2000 & 2003 | Excel Programming | |||
Excel 2007 to Excel 2003 (Split data to sheets) | Excel Discussion (Misc queries) | |||
Does not support automation or does not support expected interface | Excel Programming | |||
excel vba interface with outlook (office 2000) | Excel Programming |