R
Randy Harris
I'm trying to work examples right out of the Help, but can't.
The line:
Set cbrMenu = gobjAppInstance.CommandBars(CBR_NAME)
Gets error #438, Object doesn't support this property or method.
also:
For Each cbar In CommandBars
errors, CommandBars variable is not defined.
It acts like there is a library reference missing or something. I'm tearing
my hair out and sure would appreciate some help.
The line:
Set cbrMenu = gobjAppInstance.CommandBars(CBR_NAME)
Gets error #438, Object doesn't support this property or method.
also:
For Each cbar In CommandBars
errors, CommandBars variable is not defined.
It acts like there is a library reference missing or something. I'm tearing
my hair out and sure would appreciate some help.