Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nlbngr

    sending data from word to xl

    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")...

Part and Inventory Search

Back
Top