Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Slow saving when adding VBA forms

I have a Excel 2003 workbook (0,6 Mb) with 9 simple sheets and 4 hidden
sheets. I also have VBA forms with code. Saving this file takes 10
seconds which is way too long.

If I create a new workbook and copy the sheets into the new workbook
the time for saving is ok. As soon as I also copy the VBA forms the
saving time increases to 10 seconds.

I run this workbook on a Pentium 2.0 Ghz processor with 1 Gb RAM, Excel
2003 and Windows XP. A friend of mine has tested the same workbook on a
computer with Windows 98 SE, Office 2000 and the time for saving is
less than 1 second.

How can this be possible? Is there any solution? Has anyone else
experienced this?

Regards,

SE

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35
Default Slow saving when adding VBA forms

Thank you for the help. I've trimmed the sheet but the problem is still
there. It takes 10 seconds to save the workbook. Without the VBA forms
it takes a few seconds which is ok.

Does anyone else have any suggestions?

Regards,

S


galimi skrev:

The size is likely due to one of the sheets being oversized. In the
immediate window of your IDE type the following:

for each oSht in thisworkbook.sheets: ?oSht.usedrange.count: next

This will tell you the number of cells in each sheet that Excel thinks it
should be saving. You can trim a large sheet by highlighting excess
rows/columns and deleting them.
--
http://HelpExcel.com

516-984-0252


" wrote:

I have a Excel 2003 workbook (0,6 Mb) with 9 simple sheets and 4 hidden
sheets. I also have VBA forms with code. Saving this file takes 10
seconds which is way too long.

If I create a new workbook and copy the sheets into the new workbook
the time for saving is ok. As soon as I also copy the VBA forms the
saving time increases to 10 seconds.

I run this workbook on a Pentium 2.0 Ghz processor with 1 Gb RAM, Excel
2003 and Windows XP. A friend of mine has tested the same workbook on a
computer with Windows 98 SE, Office 2000 and the time for saving is
less than 1 second.

How can this be possible? Is there any solution? Has anyone else
experienced this?

Regards,

SE



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
saving a shared workbook is too slow on other 2 computers Patty Excel Worksheet Functions 0 July 27th 06 12:05 AM
saving and loading contents of user forms bennyob Excel Discussion (Misc queries) 0 November 7th 05 02:05 PM
Really slow saving in Excel 2002 with Novell 4.9 SP1 Ailish Setting up and Configuration of Excel 0 October 18th 05 12:20 PM
Excel slow saving Bill Ridgeway New Users to Excel 7 October 18th 05 03:08 AM
Saving very slow in Excel 2002 Ailish Excel Discussion (Misc queries) 3 September 23rd 05 07:27 PM


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