I've written a simple VBS file to pull data from an SAP GUI and export it to an Excel document. However, I'd like to not manipulate that open Excel document and cannot, for the life of me, get the syntax right.
I've tried to create an Excel application object as such:
Set objXL = CreateObject("Excel.Application")
However, that doesn't seem to point to the active, open Excel document.