How to attach commandbars with VBA

C

Carsten

How can I detach a toolbar/commandbar from an Excel project using vba-code. .. and reattach another userdefined commandbar, still using vba-code instead of the manual procedure

See also thread: "How can I get into VBA for costum toolbar ?" from 05-11-2003 and thread: "Adding/Deleting from toolbars using VBA" from 08-11-200
 
T

Tom Ogilvy

The answer you got then was you can't.

--
Regards,
Tom Ogilvy

Carsten said:
How can I detach a toolbar/commandbar from an Excel project using
vba-code. .. and reattach another userdefined commandbar, still using
vba-code instead of the manual procedure ?
See also thread: "How can I get into VBA for costum toolbar ?" from
05-11-2003 and thread: "Adding/Deleting from toolbars using VBA" from
08-11-2003
 
Top