View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
pikus pikus is offline
external usenet poster
 
Posts: 1
Default Row and column header

ActiveWindow.DisplayHeadings = False

Turn them back on with

ActiveWindow.DisplayHeadings = True

- Piku

--
Message posted from http://www.ExcelForum.com