View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
CAPTGNVR CAPTGNVR is offline
external usenet poster
 
Posts: 115
Default CUSTOM COMMAND BAR DOES NOT SHOW SOMETIMES-- WHAT COULD BE THE REASON

On Feb 17, 3:03 am, Gord Dibben <gorddibbATshawDOTca wrote:
You can designate where the toolbar is to appear.

See the code for this at Debra Dalgleish's site.

http://www.contextures.on.ca/xlToolbar02.html

Gord Dibben MS Excel MVP

On 16 Feb 2007 09:03:49 -0800, "CAPTGNVR" wrote:

DEAR ALL
I have put custom command bar by name 'GNVR_BRIDGE' and have put a vb
to make it visible on opening the workbook.
Application.CommandBars("GNVR_BRIDGE").Visible = True.


Very frequently I have to right click and unselect and again select it
for it to appear.


I drag the the only toolbar menu (standard) which is there out then i
can see my command bar.


How to set this right. yes I delete this custom command bar on
closing the workbook


THNK YOU GORD, yes found the site useful and getting more knowldg.