My app needs to import orders from Excel spreadsheets. There may be 50 .xls files to open at a time. Then I pull the data out and put it into our system.
From VB, can I "click" the Enable Macros button on the Excel dialog box automatically? I really don't care if macros run or not but I cannot have my user babysitting the import of 50 files just to reply to that dialog box.
What can I do? I am currently opening the .xls with GetObject(). All the processing works fine once the .xls has been opened.
All helps and tips are appreciated!
From VB, can I "click" the Enable Macros button on the Excel dialog box automatically? I really don't care if macros run or not but I cannot have my user babysitting the import of 50 files just to reply to that dialog box.
What can I do? I am currently opening the .xls with GetObject(). All the processing works fine once the .xls has been opened.
All helps and tips are appreciated!