View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
JLGWhiz JLGWhiz is offline
external usenet poster
 
Posts: 3,986
Default Hide names of columns and rows by code.


ActiveWindow.DisplayHeadings = False 'Off
ActiveWindow.DisplayHeadings = True 'On


"Robert" wrote:

Hello,

I was wondering if there is some sort of command to hide the ABCDE and
12345etc...

Robert