S
Sandy
The following hides the Row and Column Headings for the activesheet. How can
it be adjusted to apply to the whole workbook
Sub HideRowAndColHeadings()
Windows("TestBook.xls").DisplayHeadings = False
End Sub
Thanks Sandy
it be adjusted to apply to the whole workbook
Sub HideRowAndColHeadings()
Windows("TestBook.xls").DisplayHeadings = False
End Sub
Thanks Sandy