Good Afternoon,
I have a problem with VBA macro. I am trying to download data automatically (with macro) from some SAP software. All is going well to situation when downloaded data are exported to Excel file. I cannot "reach" this workbook with macro cause of error:
Subscript out of range
The reason is that excel sheet is an another instance of Excel.
I do not have a problem with others SAP download files where they are in the same Excel instances.
How can I connect with the second instance of Excel?
Thank you for the help.