V
Vlado Sveda
Hello Gurus !
I need your help to solve my performance problem: I'm processing ~600
workbooks in a loop (punctually saying in 10 loops).
So I use ~6000 times construction like this:
....
Workbooks.Open MyCostsPath & Budget(i)
Set MyRange = Range("MyRangeName")
For Each MyCell In MyRange.Cells
....
....
Next MyCell
.....
ActiveWorkbook.Close
Is it possible to do it without opening workbooks ?
Thanks in advance !
Vlado Sveda
I need your help to solve my performance problem: I'm processing ~600
workbooks in a loop (punctually saying in 10 loops).
So I use ~6000 times construction like this:
....
Workbooks.Open MyCostsPath & Budget(i)
Set MyRange = Range("MyRangeName")
For Each MyCell In MyRange.Cells
....
....
Next MyCell
.....
ActiveWorkbook.Close
Is it possible to do it without opening workbooks ?
Thanks in advance !
Vlado Sveda