HI,
i have been using excel to create invoices. unfortunately i had to change the format of the invoice and add some more details to it.
the problem i am facing now is i have to change all the old invoices as well (around 150+).
i am looking to create a user form to do this.
old workbook cell = New workbook cell
additionally all the invoices are saved with the invoice number as the file name which would be the value in cell E8.
can i make a user form to do this?
1. open old invoice (source workbook, which will be different in all transactions)
2. open new invoice (destination workbook, which would be same for all transactions)
3. run code which would copy required data and save the new invoice (destination workbook) with the file name as the value in cell E8.
i have been using excel to create invoices. unfortunately i had to change the format of the invoice and add some more details to it.
the problem i am facing now is i have to change all the old invoices as well (around 150+).
i am looking to create a user form to do this.
old workbook cell = New workbook cell
Code:
g9 = f10
k9 = j10
g10 = e8
g7 = h8
h8 = h7
k7 = h9
a9 = k8
c7 = L2
a8 = k3
b12:b22 = b12:b22
f12:f22 = f12:f22
g12:g22 = k12:k22
can i make a user form to do this?
1. open old invoice (source workbook, which will be different in all transactions)
2. open new invoice (destination workbook, which would be same for all transactions)
3. run code which would copy required data and save the new invoice (destination workbook) with the file name as the value in cell E8.