Hello,
I have progress code that outputs to excel. I intilally output data to a txt file then read in the data by:
chExcelApplication:Workbooks:OpenText(txtFile,2,,,,,TRUE).
I need to perform some calculations on the data i have and want to run a macro directly from the progress code...