DelShannon
Instructor
I'm running a long series of regresions in excel 2002 (excel 10, I believe) and cannot turn off the screen updating of the output range.
I have tried:
Application.ScreenUpdating = False
to no avail.
The DoCmd.Echo command seems to be unsupported by VBA in Excel l0.
The regression subroutine packaged with excel is "ATPVBAEN.XLA!Regress". I cannot find documentation related to it's arguments. Perhaps they overide the screen.updating command.
I'm trying to reduce the running time of the macro.
Any help would be greatly appreciated.
Thanks,
Del
I have tried:
Application.ScreenUpdating = False
to no avail.
The DoCmd.Echo command seems to be unsupported by VBA in Excel l0.
The regression subroutine packaged with excel is "ATPVBAEN.XLA!Regress". I cannot find documentation related to it's arguments. Perhaps they overide the screen.updating command.
I'm trying to reduce the running time of the macro.
Any help would be greatly appreciated.
Thanks,
Del