Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default Remove Row numbers and Column letters from a specifice workbook

Hi,

I don't want to turn it off for all of Excel permantley - just for one
specific workbook that I'm using. Is there some code I can put in the
workbook so that everytime it's opened they're gone - but are still active
for all other Excel workbooks? Using Excel 2003.

Thanks in advance,

AW
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Remove Row numbers and Column letters from a specifice workbook

In the VBA editor for This workbook put this code (substitute test for your
workbbok name)

Private Sub Workbook_Open()
Windows("Test").DisplayHeadings = False
End Sub

"ArcticWolf" wrote:

Hi,

I don't want to turn it off for all of Excel permantley - just for one
specific workbook that I'm using. Is there some code I can put in the
workbook so that everytime it's opened they're gone - but are still active
for all other Excel workbooks? Using Excel 2003.

Thanks in advance,

AW

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 70
Default Remove Row numbers and Column letters from a specifice workboo

Thanks for your swift reply - much appreciated.

AW

"RonaldoOneNil" wrote:

In the VBA editor for This workbook put this code (substitute test for your
workbbok name)

Private Sub Workbook_Open()
Windows("Test").DisplayHeadings = False
End Sub

"ArcticWolf" wrote:

Hi,

I don't want to turn it off for all of Excel permantley - just for one
specific workbook that I'm using. Is there some code I can put in the
workbook so that everytime it's opened they're gone - but are still active
for all other Excel workbooks? Using Excel 2003.

Thanks in advance,

AW

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 117
Default Remove Row numbers and Column letters from a specifice workboo

Further to this, when I open a workbook and select to turn off the row and
header labels, it only applies to this workbook. If I open another workbook,
they are not turned off in that.

"ArcticWolf" wrote:

Thanks for your swift reply - much appreciated.

AW

"RonaldoOneNil" wrote:

In the VBA editor for This workbook put this code (substitute test for your
workbbok name)

Private Sub Workbook_Open()
Windows("Test").DisplayHeadings = False
End Sub

"ArcticWolf" wrote:

Hi,

I don't want to turn it off for all of Excel permantley - just for one
specific workbook that I'm using. Is there some code I can put in the
workbook so that everytime it's opened they're gone - but are still active
for all other Excel workbooks? Using Excel 2003.

Thanks in advance,

AW

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
no row numbers or column letters DISPLAYED RagDyer Excel Discussion (Misc queries) 4 April 24th 23 03:42 AM
How can I remove a space between a letters and set of numbers? connie Excel Discussion (Misc queries) 5 July 2nd 07 04:31 PM
How can I change column numbers back to column letters? Space Elf Excel Worksheet Functions 3 March 2nd 06 09:35 PM
column headings in numbers vs letters garyflood Excel Discussion (Misc queries) 3 April 22nd 05 03:30 PM
row numbers & column letters ALOlson21 Excel Discussion (Misc queries) 3 December 10th 04 05:45 PM


All times are GMT +1. The time now is 09:56 PM.

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

About Us

"It's about Microsoft Excel"