Word VBA performance and file size question.

B

BillW

We have a VBA app running on Word XP that just started to run much slower in
our latest release.

We didn't change anything in the VBA app that would account for this speed
difference. The only thing we noticed is that the new file (a DOT) is much
smaller than the old (faster) DOT file.

Are there compile options in VBA that might account for the size and speed
difference?

Thanks!

wolfereeno at yahhoo dot com
 
H

Howard Kaikow

BillW said:
We have a VBA app running on Word XP that just started to run much slower in
our latest release.

We didn't change anything in the VBA app that would account for this speed
difference. The only thing we noticed is that the new file (a DOT) is much
smaller than the old (faster) DOT file.

Are there compile options in VBA that might account for the size and speed
difference?

You did change something, so that could be the cause. There are many subtle
factors affecting speed.
Not to mention other apps, etc.
 
B

BillW

You did change something, so that could be the cause. There are many
Such as?!

No code or functionality was removed. Only a slight addition to a complete
unlrelated function. What kinds of things could account for the file
becoming smaller AND slower?
 
H

Howard Kaikow

BillW said:
Such as?!

No code or functionality was removed. Only a slight addition to a complete
unlrelated function. What kinds of things could account for the file
becoming smaller AND slower?

ANY change you make affects the size and speed.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top