Sandra_ME30
Guest
Marcock 15.12.15 12:36
Hello everyone
public sub processpartsvba()
dim processpath as string processpath = "c:\temp\"
'get the files in the specified directory.
dim filename as string filename = dir(processpath & "*.ipt")
do while filename <> "
loop
end
how much written from the web.. works and returns all the files present in a folder...I ask you how I can change it to get also subfolders and files within them included? ? ?
es in c:temp there are other folders that contain files...I should read also within such folders
Thank you very much
Hello everyone
public sub processpartsvba()
dim processpath as string processpath = "c:\temp\"
'get the files in the specified directory.
dim filename as string filename = dir(processpath & "*.ipt")
do while filename <> "
loop
end
how much written from the web.. works and returns all the files present in a folder...I ask you how I can change it to get also subfolders and files within them included? ? ?
es in c:temp there are other folders that contain files...I should read also within such folders
Thank you very much