Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() thank you for the quick reply. It works perfectly Frederic. "goshute" wrote: The untested code below should read through all text files in the specified directory Dim strFile As String 'Get first file strFile = Dir("C:\MyFolder\*.txt") 'Begin Processing Do While Not Trim(strFile) = "" 'Insert file proccessing here . . . . . . 'Get Next File strFile = Dir() Loop Goshute . |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
automating import of several text files from specified folder | Excel Programming | |||
Open all Text files in a folder | Excel Programming | |||
how can I specific a folder with wildcard criteria and excel will import all the correct files in that folder? | Excel Discussion (Misc queries) | |||
Searching through the contents of a Folder of text files | Excel Programming | |||
Looping through files in a folder | Excel Programming |