Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am doing this approx 150-200 times in a loop
For i = 1 to 150 Open Workbook |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You loop shows you doing 150 times.
within the loop, you would probably be best advised to work on a single workbook and then close it before opening the next. Other than that, you would have to state what your actual question is. -- Regards, Tom Ogilvy "Phil Berkhof" wrote in message ... I am doing this approx 150-200 times in a loop For i = 1 to 150 Open Workbook |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
run batch job from each row - how to insert run batch function per row? | Excel Discussion (Misc queries) | |||
Batch Printing - filtered by Picklist | Excel Worksheet Functions | |||
batch file | Excel Discussion (Misc queries) | |||
batch printing without VBA | Excel Discussion (Misc queries) | |||
How batch calculations? | Excel Worksheet Functions |