Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bob Philips gave me the solution (see hereunder) to open Excel-files in a
certain directory. Is it also possible to change the directory after finishing this and restart the job from the beginning? In other words: is it possible to change the line "sFile = Dir("C:\TestFolders\*.xls", vbNormal)" into "sFile = Dir("C:\TestFolders2\*.xls", vbNormal)" by a For..Next loop? Dim sFile As String sFile = Dir("C:\TestFolders\*.xls", vbNormal) If sFile < "" Then Do 'Do your stuff Debug.Print sFile sFile = Dir Loop Until sFile = "" End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop Excel from locking files/directories you AREN'T working on? | Excel Discussion (Misc queries) | |||
VBA - Looping thro same naming files in 2 directories........PLEASE HELP | Excel Programming | |||
How do I get excel files to open automatically from directories? | Excel Discussion (Misc queries) | |||
hyperlinks to files in all sub-directories | Excel Programming | |||
Listing files in directories. | Excel Programming |