Hi all,
I have a macro for Excel that I use to get customer information into a separate workbook.
This is it:
Sub SendData()
Dim wb1 As Workbook, wb2 As Workbook, ws1 As Worksheet, ws2 As Worksheet
Set wb1 = Workbooks("Final Bill11")
Set wb2 = Workbooks("Customer Details.xls")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.