Hi all,
Stupid, basic question I am sure, but I am having trouble having a VBScript file open & access data from an xlsx file. My method works fine for .txt and .csv files, but not sure on the syntax needed for .xlsx files.
set FSO_source = createobject("Excel.Application")
set source_file...