B
Ben
Hi all,
I have a directory structure that is like:
/year/month
and within this structure, there are files with date suffixes like:
filename_MMDDYYY.xls
I need to extract a subset of the data in a particular tab each day.
I like to ask, if there's an programmatic way to link and query each day's
data, since the directory structure is static and the file naming convention
is consistent. I would like to like to the file dynamically and query it and
append the new data from each day into a table and then unlink it the file.
Can you please share some ideas/ codes snippets? Thank you in advance.
Ben
--
I have a directory structure that is like:
/year/month
and within this structure, there are files with date suffixes like:
filename_MMDDYYY.xls
I need to extract a subset of the data in a particular tab each day.
I like to ask, if there's an programmatic way to link and query each day's
data, since the directory structure is static and the file naming convention
is consistent. I would like to like to the file dynamically and query it and
append the new data from each day into a table and then unlink it the file.
Can you please share some ideas/ codes snippets? Thank you in advance.
Ben
--