How do I remove the numbers that run down the left side of the screen in an excel worksheet?
S snake1313 Apr 26, 2006 #1 How do I remove the numbers that run down the left side of the screen in an excel worksheet?
D davesexcel Apr 26, 2006 #2 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
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 Apr 26, 2006 #3 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
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