Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Custom tooll bars in excel 2007

I have made custom tool bars with menus and macros attached in excel
2003
Having upgraded to Excel 2007, I can see the custom tool bars in the
addins tab but when I try to use them the path isn't recognised.

When I right click on a menu there's no option to assign a macro, just
an option to customise to the quick access toolbar. This doesn't give
the capability to attach macros to customised tool bars.

Please can somebody suggest a workround?

Many thanks for looking

HVG
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 533
Default Custom tooll bars in excel 2007

Cute that MS took away the UI for assigning macros to custom toolbuttons and
menu items now appearing on the Add-ins tab. The old toolbars are still
there though so you can find their controls and change their OnActions with
code. For example:

CommandBars("MyToolbar").Controls(5).OnAction = "Personal.xls!MyMacro"

When you run code like this and exit Excel the changes seem to be saved in
your Excel12.xlb so they should be retained.

I just thought of another way that may be easier. If you can move the
add-ins/Personal, etc. back to the path where they used to be (maybe you
have to temporarily recreate the paths), when you start Excel 2007 the
toolbuttons/ menu items should find their macros and run them. If so, you
could then do a Save As of the add-ins, etc. and Excel should adjust to the
new path. With add-ins you could either make them non-addins using the
IsAddin property for this exercise or save them through code.

--
Jim
"hughg" wrote in message
...
|I have made custom tool bars with menus and macros attached in excel
| 2003
| Having upgraded to Excel 2007, I can see the custom tool bars in the
| addins tab but when I try to use them the path isn't recognised.
|
| When I right click on a menu there's no option to assign a macro, just
| an option to customise to the quick access toolbar. This doesn't give
| the capability to attach macros to customised tool bars.
|
| Please can somebody suggest a workround?
|
| Many thanks for looking
|
| HVG


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Error Bars in Excel 2007 rookie6521 Charts and Charting in Excel 2 September 15th 09 04:37 PM
Excel 2007 - Custom error bars ?? mc.linux Charts and Charting in Excel 5 September 6th 08 10:36 PM
cUSTOM error Bars in Excel 2007 RM2007 Excel Discussion (Misc queries) 0 June 20th 07 09:17 AM
Excel 2007 Custom Error Bars BuzzinHornet Excel Discussion (Misc queries) 4 June 14th 06 10:47 PM
Custom error bars excel 2007 BuzzinHornet Charts and Charting in Excel 2 May 30th 06 02:21 AM


All times are GMT +1. The time now is 01:45 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"