P
Pat
Hello,
I'm very new to VB and was looking for some direction on the
following:
I have a workbook with two sheets, Menu and Manifest. In the menu
sheet I want users to enter a Customer ID(txtCUSTID) and Invoice
#(txtInvnum) into two different text boxes respectively. After this
information has been entered, users will click a button(Update
Manifest)which updates the Manifest sheet. The manifest sheet will
contain two columns, CUSTID and INVNUMBER. When the Update Manifest
button is clicked on the menu sheet, the program should look for
matching CUSTID's in the CUSTID column and add the Invoice Number from
txtInvNum to the Invoice column.
So, essentially I'm looking for help with the code for my command
button to do the above, which is append a column when a customer match
is found.
I have no idea where to start with the code. Any help would be greatly
appreciated.
Thanks in advance for your help.
Pat
I'm very new to VB and was looking for some direction on the
following:
I have a workbook with two sheets, Menu and Manifest. In the menu
sheet I want users to enter a Customer ID(txtCUSTID) and Invoice
#(txtInvnum) into two different text boxes respectively. After this
information has been entered, users will click a button(Update
Manifest)which updates the Manifest sheet. The manifest sheet will
contain two columns, CUSTID and INVNUMBER. When the Update Manifest
button is clicked on the menu sheet, the program should look for
matching CUSTID's in the CUSTID column and add the Invoice Number from
txtInvNum to the Invoice column.
So, essentially I'm looking for help with the code for my command
button to do the above, which is append a column when a customer match
is found.
I have no idea where to start with the code. Any help would be greatly
appreciated.
Thanks in advance for your help.
Pat