Thread
:
Hide names of columns and rows by code.
View Single Post
#
4
Posted to microsoft.public.excel.programming
JLGWhiz
external usenet poster
Posts: 3,986
Hide names of columns and rows by code.
ActiveWindow.DisplayHeadings = False 'Off
ActiveWindow.DisplayHeadings = True 'On
"Robert" wrote:
Hello,
I was wondering if there is some sort of command to hide the ABCDE and
12345etc...
Robert
Reply With Quote
JLGWhiz
View Public Profile
Find all posts by JLGWhiz