PB 2017 R2, Build 1756
Hello PB Community,
I have the OLE code to paste the contents of a datawindow to an Excel spreadsheet (thank you to all the examples available online!)
I want to copy multiple datawindows into the same worksheet, but pasting always defaults to row/column 1,1.
This does NOT work..
lole_excel.ActiveWorkbook.Sheets(1).Rows(ll_totrows).Select
lole_excel.ActiveWorkbook.Sheets(1).Columns(1).Select
Is the GOTO syntax correct? But if so, does someone know the correct syntax?
Of course, if I am off-track altogether, let me hear it!
Thank you!
Jason Lipman