Thread: VBA copy issues
View Single Post
 
Old 05-03-2023, 05:07 PM
syl3786 syl3786 is offline Windows 10 Office 2019
Advanced Beginner
 
Join Date: Jan 2023
Posts: 97
syl3786 is on a distinguished road
Default

Quote:
Originally Posted by Guessed View Post
Can you post a sample document and workbook that aligns with the code you are running so we can run the code and work out what your issue is?

Right off the bat I wouldn't be using a sql query to transfer the data into Excel - I would expect that to be writing to a Recordset, not to a worksheet.
Thanks for your reply and feedback. I posted the sample files in my original post.

Word document for testing: Loading Google Docs

Excel template: Loading Google Sheets

Excel List: Loading Google Sheets

Excel file (Expected outcome): Loading Google Sheets

Last edited by syl3786; 05-03-2023 at 08:03 PM.
Reply With Quote