K
kayaker411
Greetz!
I receive .xls spreadsheets daily to a directory on my local machin
which is running IIS. I want to process them as .csv files. Currently
am opening each spreadhseet by hand and using "Save As" to convert to
CSV file. Not bad with 1 or 2, but I project a rapid increase in th
number of files I'll be getting.
Is there a way use vbscript to do this? I would prefer to not have t
use WSH to open Excel first but if I have to...
I -had- been opening each .xls and defining a range on each workshee
(only one thankfully) but this too seemed idiotic and definitely no
scalable. By using a CSV I am able to keep my code fairly simple and
hopefully, easier to maintain.
Thanks!
I receive .xls spreadsheets daily to a directory on my local machin
which is running IIS. I want to process them as .csv files. Currently
am opening each spreadhseet by hand and using "Save As" to convert to
CSV file. Not bad with 1 or 2, but I project a rapid increase in th
number of files I'll be getting.
Is there a way use vbscript to do this? I would prefer to not have t
use WSH to open Excel first but if I have to...
I -had- been opening each .xls and defining a range on each workshee
(only one thankfully) but this too seemed idiotic and definitely no
scalable. By using a CSV I am able to keep my code fairly simple and
hopefully, easier to maintain.
Thanks!