I want to create an Excel macro that exports columns of data from SAP, exports it to Excel, and then manipulates the data into a pivot table.
I have successfully created this macro, except I had to split it into 2 pieces because I cannot control the Save As dialogue box when trying to export the data to excel. The script recorder does not record clicks and actions on the Save As dialogue box. I have tried SendKeys with no avail.
Please look at my video to see how the macro currently runs:
www.youtube.com/watch?v=0kr0SE1HJtA
How do I create a script that automates clicking 'Save As' and then overwrites the previous file within the Save As dialogue box?
Thanks,
James