Hi Guys,
Below is my code for disabling Worksheet Menu Bar. I need to have the grids and Column Header and Row numbering ONLY. all toolbars can be set to invisible but not this one. any one knows why and how to do it??
VB Code:
xlApp.CommandBars("Worksheet Menu bar").Visible = False
thanks for any help I may get.




Reply With Quote