Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi again everyone, :-)
Is there a command I can put into my Auto-Open macro to ensure that the Row and Column designation bars (A,B,C,D,E.... & 1,2,3,4,5,6,7....etc) are hidden? Thanks for any ideas.... |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dimm
Private Sub Workbook_Open() ActiveWindow.DisplayHeadings = False End Sub In the 'This Workbook' module -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS web: www.excelusergroup.org web: www.nickhodge.co.uk "dimm" wrote in message ... Hi again everyone, :-) Is there a command I can put into my Auto-Open macro to ensure that the Row and Column designation bars (A,B,C,D,E.... & 1,2,3,4,5,6,7....etc) are hidden? Thanks for any ideas.... |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks Nick....again! ^^ .... I'll try that first thing tomorrow aswell. :-) "Nick Hodge" wrote: Dimm Private Sub Workbook_Open() ActiveWindow.DisplayHeadings = False End Sub In the 'This Workbook' module -- HTH Nick Hodge Microsoft MVP - Excel Southampton, England DTHIS web: www.excelusergroup.org web: www.nickhodge.co.uk "dimm" wrote in message ... Hi again everyone, :-) Is there a command I can put into my Auto-Open macro to ensure that the Row and Column designation bars (A,B,C,D,E.... & 1,2,3,4,5,6,7....etc) are hidden? Thanks for any ideas.... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I change column designation from number to letters? | Excel Discussion (Misc queries) | |||
column designation has started to appear as numbers | Excel Discussion (Misc queries) | |||
Hiding row and column headers, scroll bars | Excel Programming | |||
Hiding Column and Row Bars. | Excel Discussion (Misc queries) | |||
How do I eliminate the "A" designation in column "1" and substitu. | New Users to Excel |