ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Hiding the Row and Column designation bars? (https://www.excelbanter.com/excel-programming/406587-hiding-row-column-designation-bars.html)

dimm

Hiding the Row and Column designation bars?
 
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....

Nick Hodge[_2_]

Hiding the Row and Column designation bars?
 
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....



dimm

Hiding the Row and Column designation bars?
 

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....




All times are GMT +1. The time now is 04:46 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com