Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Will using a "personal macro workbook" slow down my other VBA code

I have a several VBA procedures that read and process large (+50M) data
files. I am trying to do everything I can to optimize the speed.

Up until now, I was unfamiliar with "personal macro workbook". I would like
to use it for some of the macros that I use daily, but are stored in
individual workbooks.

If I starting using the "personal macro workbook", when I process my my
files, will it slow my programs down even more?

I currently am using Excel 2003. Thanks in advance
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,092
Default Will using a "personal macro workbook" slow down my other VBA code

Where the macros reside when they are run should make no difference in their
speed. How you write the macros will effect speed by avoiding selections,
screen updating, re-calculations, be aware of alerts and error handling,
etc.

Mike F
"Stacymm" wrote in message
...
I have a several VBA procedures that read and process large (+50M) data
files. I am trying to do everything I can to optimize the speed.

Up until now, I was unfamiliar with "personal macro workbook". I would
like
to use it for some of the macros that I use daily, but are stored in
individual workbooks.

If I starting using the "personal macro workbook", when I process my my
files, will it slow my programs down even more?

I currently am using Excel 2003. Thanks in advance



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
Creating the equivalent of a "hash code" for a workbook AMADHA Excel Discussion (Misc queries) 3 December 19th 07 09:04 AM
Slow opening of "in use" workbook Kurosh Excel Discussion (Misc queries) 1 November 9th 07 10:54 PM
VBA code to create "variable" worksheets within a workbook Chris Excel Programming 1 September 14th 05 02:08 AM
Call a sub statement in "Personal Macro Workbook" from "ThisWorkbo QC Coug Excel Programming 1 August 26th 05 07:09 PM


All times are GMT +1. The time now is 07:28 AM.

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"