K
kemal
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
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