Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Creating the equivalent of a "hash code" for a workbook | Excel Discussion (Misc queries) | |||
Slow opening of "in use" workbook | Excel Discussion (Misc queries) | |||
VBA code to create "variable" worksheets within a workbook | Excel Programming | |||
Call a sub statement in "Personal Macro Workbook" from "ThisWorkbo | Excel Programming |