Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using Windows XP with Office 2007;
I need a way to create a custom tab on the ribbon that will be visible and usable to all open workbooks, until the file containing the code for the custom tab is closed. Is there a way to do this? If so, can I get some instructions on how to accomplish this? Thanks! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi XP
You can create a add-in with your Ribbon. And in the Activate and Deactivate event in the thisworkbook module of your normal workbook open and close the add-in with code -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "XP" wrote in message ... Using Windows XP with Office 2007; I need a way to create a custom tab on the ribbon that will be visible and usable to all open workbooks, until the file containing the code for the custom tab is closed. Is there a way to do this? If so, can I get some instructions on how to accomplish this? Thanks! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Oops
In the open and close events and not the Activate and Deactivate events -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ron de Bruin" wrote in message ... Hi XP You can create a add-in with your Ribbon. And in the Activate and Deactivate event in the thisworkbook module of your normal workbook open and close the add-in with code -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "XP" wrote in message ... Using Windows XP with Office 2007; I need a way to create a custom tab on the ribbon that will be visible and usable to all open workbooks, until the file containing the code for the custom tab is closed. Is there a way to do this? If so, can I get some instructions on how to accomplish this? Thanks! |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Ron; I was thinking this might work; I will delve into this and see what happens. Thanks! "Ron de Bruin" wrote: Oops In the open and close events and not the Activate and Deactivate events -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "Ron de Bruin" wrote in message ... Hi XP You can create a add-in with your Ribbon. And in the Activate and Deactivate event in the thisworkbook module of your normal workbook open and close the add-in with code -- Regards Ron de Bruin http://www.rondebruin.nl/tips.htm "XP" wrote in message ... Using Windows XP with Office 2007; I need a way to create a custom tab on the ribbon that will be visible and usable to all open workbooks, until the file containing the code for the custom tab is closed. Is there a way to do this? If so, can I get some instructions on how to accomplish this? Thanks! |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel2007; workbooks.count is not counting all open workbooks | Excel Programming | |||
Problems with Custom Functions and Muiltiple open workbooks | Excel Programming | |||
Custom Function Problems when multiple workbooks are open | Excel Programming | |||
custom menu cross contamination between open workbooks. | Excel Programming | |||
Excel 2003 Workbooks.Open with CorruptLoad=xlRepairFile fails on Excel 5.0/95 file due to Chart, with Error 1004 Method 'Open' of object 'Workbooks' failed | Excel Programming |