Thread
:
Hide Row and Column Headings
View Single Post
#
1
Posted to microsoft.public.excel.programming
Sandy
external usenet poster
Posts: 270
Hide Row and Column Headings
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
Reply With Quote
Sandy
View Public Profile
Find all posts by Sandy