ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Export from excel into an invoice template (https://www.excelbanter.com/excel-programming/366546-export-excel-into-invoice-template.html)

bookkeeper

Export from excel into an invoice template
 
Can I export selected data from an excel worksheet into an excel invoice
template?


NickHK

Export from excel into an invoice template
 
Set SourceWB=ThisWorkbook
Set DestinationWB=Workbook.Open("Invoice.xls")

With SourceWB
DestinationWB.Range("InvoiceNo").Value=.Range("Inv oiceNo").Value
...etc

That what you mean ?

NickHK

With This
"bookkeeper" wrote in message
...
Can I export selected data from an excel worksheet into an excel invoice
template?





All times are GMT +1. The time now is 10:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com