CommandBars

J

JonWayn

What argument do I pass to the Createobject function in order to return the
Microsoft Office CommandBars object?
 
T

TC

CreateObject and command bars are two totally different things.

You access the commanbars object, like this (wait for it) ...

Commandbars

HTH,
TC
 
Top