Hi All,
I'm new to this board and new to VBA. If you could point me in the right direction, it would be much appreciated.
I'm trying to compare two cells on two different worksheets and adding values into a column on one of the sheets.
Data is set up as follows:
WS #1 Invoices
A1: Acct# B1: ShipToCode C1: InvoiceAmt
WS#2 Accounts
A1: Acct# B1: ShipToCode C1: NewSalesTotal
I'm trying to match Acct#/ShipToCode and then add the InvoiceAmt to NewSalesTotal.
I'm good at cut/paste and modifying the code to my needs but am having problems finding something similar to this.
Thanks in advance,
Christine
Bookmarks