Re: 1.04 Mb with nothing in file ???
- From: Greg Wilson <GregWilson@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 20 Feb 2008 19:04:00 -0800
Thanks for staying with this one for this long.
Is that all macros disabled or just close event code disabled?That was with all macros disabled.
As I mentioned, I normally don't pay much attention to file size. This may a
non-issue. I'll keep an eye on it though. If I come up with the answer I'll
post it to the ng.
Bart gave me a free registration for Andrew Baker's Workbook Rebuilder. I
will put it to good use. So this has had a silver lining.
Thanks again.
Greg
"Peter T" wrote:
.Close to 9 secs. for 700 kb. About 5 secs. when macros disabled.
Is that all macros disabled or just close event code disabled?
File sizeinstalling
seems to be growing too but does reverse also. I'm thinking about
code that monitors it's size over time, logging to a text file. That way I
can see if it stabalizes at some point.
I wouldn't get too hung up over minor fluctuations in file size while
developing. There can be a 2-3 fold difference in size between totally
uncopompiled (just after a clean), fully compiled, and states in between
(after running code for first time). Also other normally harmless garbage
can creep in that's unlikely to impact significantly on save time..
Saves in about 2 1/2 secs. on xl2000 running 2000 Professional. But onI'm
another machine running exactly the same thing takes about 7 seconds. So
at a complete loss.
Now that really is intriguing! Everything same with the overall state of the
file and Excel + VBE just before the save?
Were the two files made from scratch in respective systems? If not, and the
faster save relates to the system the file was made on might suggest some
difference in references (inlc ocx /controls) assuming both file systems
operating normally.
Afraid I'm out of ideas, not that I had any useful ones in the first place.
However it might be worth focusing on what's potentially different between
otherwise similar systems.. Hopefully you will come up with a little pearl
for the archives :-)
Regards,
Peter T
"Greg Wilson" <GregWilson@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:88F0807E-6FDE-43FA-A1C3-BF2591221E0A@xxxxxxxxxxxxxxxx
Close to 9 secs. for 700 kb. About 5 secs. when macros disabled. File sizeinstalling
seems to be growing too but does reverse also. I'm thinking about
code that monitors it's size over time, logging to a text file. That way ITested
can see if it stabalizes at some point.
I can't think of any code that is unusual besides an Auto_Open macro.
with it commented out with no effect. Only non-default reference is toForms
2.0. Only has two API declarations: GetKeyState and GetCursorPos.I'm
Saves in about 2 1/2 secs. on xl2000 running 2000 Professional. But on
another machine running exactly the same thing takes about 7 seconds. So
at a complete loss.modules
The UFs seem to be the worst offenders on file size. I exported all
and then reimported them, checking the file size after each import. I'vebeen
googling for info on file growth. There is an issue with Pivot Tables.8
- Save triggers a recalc, if suspicious replace all formulas with "=" to
"#="
I commented out about 1/3 of the formula with vertually no effect.
Thanks hugely for the help.
Greg
"Peter T" wrote:
I'm under the impression that this
is just the way it is with xl2003 and XP and code modules.
You might be right but I'm not so sure, still seems slow. What's it now,
&sec for roughly a 1Mb project.? I would have thought if anything xl2003
affectwXP would be faster than xl2000 w2000, but it seems not for you.
Deleted the .xlb file,Although occasionally the xlb can bloat I can't imagine how it would
this issue.
More long shots before saving:
- close all module windows and then the VBE
- Save triggers a recalc, if suspicious replace all formulas with "=" to
"#="
Regards,
Peter T
- References:
- Re: 1.04 Mb with nothing in file ???
- From: Peter T
- Re: 1.04 Mb with nothing in file ???
- From: Greg Wilson
- Re: 1.04 Mb with nothing in file ???
- From: Peter T
- Re: 1.04 Mb with nothing in file ???
- From: Greg Wilson
- Re: 1.04 Mb with nothing in file ???
- From: Peter T
- Re: 1.04 Mb with nothing in file ???
- Prev by Date: Re: Find character in a string
- Next by Date: Re: Looping Through Combobox
- Previous by thread: Re: 1.04 Mb with nothing in file ???
- Next by thread: countif from whole row as range
- Index(es):
Relevant Pages
|