View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ronbo Ronbo is offline
external usenet poster
 
Posts: 162
Default Remove Row/Column Headers

How do I remove the "row & column headers" in vba? I tried versions of;
Application.DisplayHeadersBar = False. but can't get the code to remove
headers.

Any help is always appreciated.
Thanks