hiding row and column headings

  • Thread starter Thread starter sixfivebeastman
  • Start date Start date
S

sixfivebeastman

Hello, could anyone tell me how to hide the row and column headings (A
B, C, D...etc.) using VBA? I've got the fullscreen mode running wher
all the toolbars are hidden, but I can't get rid of the row/colum
headings.
Thanks!
Ti
 
Turn on the macro recorder, then do Tools=>Options=> View,

unselect Row and Column Headers.

Turn off the macro recorder and see what was recorded. This should be the
code you need.

ActiveWindow.DisplayHeadings = False
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top