Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Referencing a range within a workbook | Excel Programming | |||
Importing Data from unopened Workbook into an open Workbook | Excel Discussion (Misc queries) | |||
Functions referencing unopened workbooks | Excel Worksheet Functions | |||
Copy a range of cells in an unopened workbook and paste it to the current workbook | Excel Programming | |||
Referencing a range from another workbook | Excel Programming |