dpaton05
Well-known Member
- Joined
- Aug 14, 2018
- Messages
- 2,362
- Office Version
- 365
- 2016
- Platform
- Windows
I have a spreadsheet that is used to generate quotes for clients.
Within the process that copies from the table npss_quote to the table tblCosting, I need code that will take the client name that is stored in a merged cell of G7:H7 and add it (if it doesn't already exist) to a table called ChildYP, that is stored on the sheet List that is in the file client_list.xlsm that is stored in the same folder as the spreadsheet file.
Can someone help me with the vba code please?
- The worksheet (npss_quote_sheet) is used to generate 1 quote for one client at a time.
- There is a table (npss_quote) that lists the services in the quote for the one client.
- Once all services have been entered, the quote is copied to another sheet (Costing_tool), to another table (tblCosting) for additional data entry
Within the process that copies from the table npss_quote to the table tblCosting, I need code that will take the client name that is stored in a merged cell of G7:H7 and add it (if it doesn't already exist) to a table called ChildYP, that is stored on the sheet List that is in the file client_list.xlsm that is stored in the same folder as the spreadsheet file.
Can someone help me with the vba code please?