don't want numbers down the side

S

snake1313

How do I remove the numbers that run down the left side of the screen in an
excel worksheet?
 
D

davesexcel

ActiveWindow.DisplayHeadings = False
this is the code for column and row heading not to show

or you can just goto tools options view, uncheck row and column
headers, I can't find a way for just the row headers to hide
 
K

Ken Johnson

Hi snake1313,

Tools>Options>View...deselect "Row and column headers".

Can't only remove the row numbers. Column letters have to go too.

Ken Johnson
 
Top