Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Pat,
I don't quite understand what you want here, but I'm sure it's not very complicated. On one hand you say to "add the Invoice Number from txtInvNum to the Invoice column". On the other hand you say to "append a column". Do you mean to enter the invoice numbers in horizontally in separate columns for each customer, or what? Post back with a small example of how you want the layout of the manifest sheet. An explanation of how it will be used is also helpful. Best regards, Anders Silvén "Pat" skrev i meddelandet om... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data validation against seperate worksheet | Excel Worksheet Functions | |||
Reference web query data in seperate worksheet | Excel Worksheet Functions | |||
Data in a seperate worksheet | Excel Discussion (Misc queries) | |||
Auto insert data to seperate sheets? | New Users to Excel | |||
viewing seperate data within worksheet | Excel Worksheet Functions |