Hi everyone,
I am looking for the code to satisfy the following pseudo code....
For all files in folder,
if file is an excel file (have a function that can do this), see if it has already been imported (checks a table called imports against the file path)
if not imported, import spreadsheet (it will then be analysed and a new file produced based on the contents)
end
so really all i'm looking for is the code to loop through folder items
Cheers
I am looking for the code to satisfy the following pseudo code....
For all files in folder,
if file is an excel file (have a function that can do this), see if it has already been imported (checks a table called imports against the file path)
if not imported, import spreadsheet (it will then be analysed and a new file produced based on the contents)
end
so really all i'm looking for is the code to loop through folder items
Cheers