View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Neily[_2_] Neily[_2_] is offline
external usenet poster
 
Posts: 1
Default hiding row and column headings

This should do it.

ActiveWindow.DisplayHeadings = False



-----Original Message-----
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 where
all the toolbars are hidden, but I can't get rid of the

row/column
headings.
Thanks!
Tim


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

.