A AlfD Apr 4, 2004 #3 Hi! Tools>Options>then uncheck row and column Headers. Note: its effect only extends to the sheet which is active when you d it. AFAIK it can't be made to do the whole workbook. Wish it could sometimes. Al
Hi! Tools>Options>then uncheck row and column Headers. Note: its effect only extends to the sheet which is active when you d it. AFAIK it can't be made to do the whole workbook. Wish it could sometimes. Al
M Max Apr 4, 2004 #4 AlfD > said: ... AFAIK it can't be made to do the whole workbook. Wish it could, sometimes .. Click to expand... Try this sub to do it for the whole workbook: Sub RemoveRowColHeaders() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Activate ActiveWindow.DisplayHeadings = False Next End Sub
AlfD > said: ... AFAIK it can't be made to do the whole workbook. Wish it could, sometimes .. Click to expand... Try this sub to do it for the whole workbook: Sub RemoveRowColHeaders() Dim ws As Worksheet For Each ws In ActiveWorkbook.Worksheets ws.Activate ActiveWindow.DisplayHeadings = False Next End Sub
C Chris Meech Apr 4, 2004 #5 Thank you -----Original Message----- Click Tools > Options > View tab Uncheck "Row & column headers" > OK -- Rgds Max xl 97 --- Please respond, in newsgroup xdemechanik <at>yahoo<dot>com ---- . Click to expand...
Thank you -----Original Message----- Click Tools > Options > View tab Uncheck "Row & column headers" > OK -- Rgds Max xl 97 --- Please respond, in newsgroup xdemechanik <at>yahoo<dot>com ---- . Click to expand...