View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] kemal@intelinfo.zzn.com is offline
external usenet poster
 
Posts: 27
Default blank worksheet menu bar on top

Hi

I disable worksheet menu bar on opening workbook and do things via
controls on sheets.
But on some sheets a blank menu bar reappears on top blocking top
rows.
To get rid of it I run below

Application.CommandBars("Standard").Visible = True
Application.CommandBars("Standard").Visible = False

Now things go well. I searched all postings regarding this issue and
found no answer.
Has anyone faced this problem ? If so what are their solutions I'd
like to know.

Thanks in advance