Hi =?Utf-8?B?U29waGlzdGljYXQ=?=,
I assume we're talking about Tools/Customize, and you're wanting to change the
macro assigned to a toolbar button? As best I can remember, this has never been
a menu option. You need to either select the "Macros" category from the list on
the left, then drag the macro name to the toolbar (and remove the old button).
Or you can use VBA to change the macro assignment. Sample code:
CommandBars("Toolbar name").Controls(3).OnAction = "MacroName"
Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004)
This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail