Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default 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....
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 185
Default 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....


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 28
Default 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....


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I change column designation from number to letters? Japansper Excel Discussion (Misc queries) 3 November 2nd 07 03:22 PM
column designation has started to appear as numbers Bert Excel Discussion (Misc queries) 3 May 7th 07 12:43 PM
Hiding row and column headers, scroll bars Anna B Excel Programming 2 March 1st 06 04:48 PM
Hiding Column and Row Bars. tamato43 Excel Discussion (Misc queries) 2 May 21st 05 05:56 PM
How do I eliminate the "A" designation in column "1" and substitu. Sonny New Users to Excel 2 January 30th 05 06:56 PM


All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"