VBA for hiding row & column headers

  • Thread starter Thread starter Julie
  • Start date Start date
J

Julie

Hi All,

What property (using VBA) do I modify to hide the row & column headers within a specific workbook?

TIA,

Julie
 
Julie;

ActiveWindow.DisplayHeadings = False

Got that from running the macro recorder !!!!!!!!!!!!!!!!!
It's a good habit to do that and find out what code it generates.
Don't forget to turn it off !!

Mark.
 
Mark said:
Julie;

ActiveWindow.DisplayHeadings = False

Got that from running the macro recorder !!!!!!!!!!!!!!!!!
It's a good habit to do that and find out what code it generates.
Don't forget to turn it off !!

Mark.

Thank you for the help...and the good tip!

Julie
 

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