Morning all
I have a table (tbl1) and I want to transfer the data from that on to a template spreadsheet(spreadsheet1) which has headers etc already visible on the top.
I appreciate that its easier to use outputtoexcel etc but i’ve been told I have to use this spreadsheet to send my data on (lawyers eh?!)
I can create a new spreadsheet and paste the data across but what im wanting to do is automate the process, paste the info, send the email with attachment etc.
The bit in struggling with is how to get paste the info from my table to a certain point in the spreadsheet, cell A8 would be the starting cell I need to paste from.
Also if possible if we could do this with out the field headers from the table that would be brilliant if not I can write in a way of deleting the header line using a WITH function (I think, if im wrong here please point me in the right direction
Any help will be greatly received
Thanks – Matthew
I have a table (tbl1) and I want to transfer the data from that on to a template spreadsheet(spreadsheet1) which has headers etc already visible on the top.
I appreciate that its easier to use outputtoexcel etc but i’ve been told I have to use this spreadsheet to send my data on (lawyers eh?!)
I can create a new spreadsheet and paste the data across but what im wanting to do is automate the process, paste the info, send the email with attachment etc.
The bit in struggling with is how to get paste the info from my table to a certain point in the spreadsheet, cell A8 would be the starting cell I need to paste from.
Also if possible if we could do this with out the field headers from the table that would be brilliant if not I can write in a way of deleting the header line using a WITH function (I think, if im wrong here please point me in the right direction
Any help will be greatly received
Thanks – Matthew