Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Worksheet name

Appreciate any help / advice.

We have a worksheet created in Excel (Office 97) that is
used for a type of stock control. Each sheet refers to a
week and at the end of the week, a sheet is created by
copying the last sheet.

We've found that this now causes Excel to crash when we
try to save. I've looked in the "Visual Basic Editor"
(under "Tools", "Macro") and found that the sheets are
being given a name such as Sheet2111(week4) and then each
new sheet the number increases by an additional digit (eg.
the next sheets would be Sheet21111(week5) and Sheet211111
(week6). (Currently up to Week28!)

Is it possible to modify these names in the VBA editor to
stop the crashing?

Many thanks in advance for any assistance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Worksheet name

Hi Tony,

This is a known bug in xl97.

To change the sheet name, in the VBE select the offending sheet; your F4
function key will open the Properties window and you can replace the first
property (Name) with a shorter unique alternative.

To prevent repetition of the problem, avoid copying the copy of the copy,
but instead copy the same sheet each week.


---
Regards,
Norman



"Tony S" wrote in message
...
Appreciate any help / advice.

We have a worksheet created in Excel (Office 97) that is
used for a type of stock control. Each sheet refers to a
week and at the end of the week, a sheet is created by
copying the last sheet.

We've found that this now causes Excel to crash when we
try to save. I've looked in the "Visual Basic Editor"
(under "Tools", "Macro") and found that the sheets are
being given a name such as Sheet2111(week4) and then each
new sheet the number increases by an additional digit (eg.
the next sheets would be Sheet21111(week5) and Sheet211111
(week6). (Currently up to Week28!)

Is it possible to modify these names in the VBA editor to
stop the crashing?

Many thanks in advance for any assistance



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Worksheet name

Just to add, copying the same sheet will delay the onset of the problem. It
will not necessarily prevent it, but the 52 copies shouldn't be a problem
depending on the name of the single sheet.

--
Regards,
Tom Ogilvy

"Norman Jones" wrote in message
...
Hi Tony,

This is a known bug in xl97.

To change the sheet name, in the VBE select the offending sheet; your F4
function key will open the Properties window and you can replace the first
property (Name) with a shorter unique alternative.

To prevent repetition of the problem, avoid copying the copy of the copy,
but instead copy the same sheet each week.


---
Regards,
Norman



"Tony S" wrote in message
...
Appreciate any help / advice.

We have a worksheet created in Excel (Office 97) that is
used for a type of stock control. Each sheet refers to a
week and at the end of the week, a sheet is created by
copying the last sheet.

We've found that this now causes Excel to crash when we
try to save. I've looked in the "Visual Basic Editor"
(under "Tools", "Macro") and found that the sheets are
being given a name such as Sheet2111(week4) and then each
new sheet the number increases by an additional digit (eg.
the next sheets would be Sheet21111(week5) and Sheet211111
(week6). (Currently up to Week28!)

Is it possible to modify these names in the VBA editor to
stop the crashing?

Many thanks in advance for any assistance





  #4   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Worksheet name

Norman,

many thanks, that's exactly what I needed. I've checked
and it works as per your instructions. Also appreciate the
input from Tom.

Regards

Tony

-----Original Message-----
Hi Tony,

This is a known bug in xl97.

To change the sheet name, in the VBE select the offending

sheet; your F4
function key will open the Properties window and you can

replace the first
property (Name) with a shorter unique alternative.

To prevent repetition of the problem, avoid copying the

copy of the copy,
but instead copy the same sheet each week.


---
Regards,
Norman



"Tony S" wrote in

message
...
Appreciate any help / advice.

We have a worksheet created in Excel (Office 97) that is
used for a type of stock control. Each sheet refers to a
week and at the end of the week, a sheet is created by
copying the last sheet.

We've found that this now causes Excel to crash when we
try to save. I've looked in the "Visual Basic Editor"
(under "Tools", "Macro") and found that the sheets are
being given a name such as Sheet2111(week4) and then

each
new sheet the number increases by an additional digit

(eg.
the next sheets would be Sheet21111(week5) and

Sheet211111
(week6). (Currently up to Week28!)

Is it possible to modify these names in the VBA editor

to
stop the crashing?

Many thanks in advance for any assistance



.

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
automatically appending newly added data on worksheet to a master list worksheet tabylee via OfficeKB.com Links and Linking in Excel 0 December 17th 09 04:24 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Charts and Charting in Excel 3 August 24th 06 07:26 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Excel Worksheet Functions 2 August 24th 06 05:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


All times are GMT +1. The time now is 11:18 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"