It is very unlikely that compiling your VBA macro using VB6 will make it run
any faster.
The only known exceptions are:
- using a large number (1000s) of VBA UDFs (bypassable in Manual Mode)
- very intensive arithmetic (eg iteratively solving partial differential
equations)
Make sure you have:
- switched off the Google Office COM Addins
- used Application.Screenupdating=False
- switched to manual calculation mode
- cleaned up your code to eliminate selecting ranges
- transferred data between Excel and VBA in large blocks using variant
arrays
regards
Charles
__________________________________________________
The Excel Calculation Site
http://www.decisionmodels.com