For some reason, the 'Name' property for three commandbars return blanks/null strings. In an effort to try and determine whether this should in fact be the case, will someone be kind enough to enter the following in the Immediate Window to see whether a blank/null string is returned?
? application.CommandBars(127).Name
? application.CommandBars(149).Name
? application.CommandBars(150).Name
Thanks!
? application.CommandBars(127).Name
? application.CommandBars(149).Name
? application.CommandBars(150).Name
Thanks!
Last edited: