Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try something like this
first row is 1 last_ row=range("A65536").end(xlup).row for i=1 to last_ row workbook.open range("A" & i) do something workbook.close next i "Barb Reinhardt" wrote in message ... I have a list of file names (with directory path included) in Column A of a worksheet. I'd like to generate a loop in VBA to access each of those files and perform a sequence of activities on the list of documents. How would I do that? The start and end row may vary. Is there a resource that I could view that would help me with this? Thanks, Barb Reinhardt |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to access deleted or lost excel files on xp? | Excel Discussion (Misc queries) | |||
Access to excel files not on drive C | Setting up and Configuration of Excel | |||
How come I can't access my own excel files anymore? | Excel Discussion (Misc queries) | |||
covert excel to access files | Excel Discussion (Misc queries) | |||
Can't access excel files from worksheet | Excel Discussion (Misc queries) |