I would like to achieve the input cells from one sheet to other sheets for example :
sheet 1 has :
cell1 to fill in from sheet2 that contains acctnum# as primary key with custname,address,tel . like in the combobox refers as arrays to be built.
When the user picks the selected acctnum# by double click on will copy all informations to cell1 in sheet1 directly.
Hope this clarify my request.
Thanks again for your help.
Here is the first sheet1 need to be fill from sheet2 and sheet3 in the same workbook.
sheet1:
Bulk Issue Name Coupon Mat Date
1 FORD CREDIT CDA
2
3
4
sheet2 :
ISSUE_NAME COUPON MAT_DATE
FORD CREDIT CDA 5.96 3-Dec-35
GM US CIE 6.05 27-Jul-09
SHEET3:
ACCOUNT NAME COUPON MAT_DATE
11111 FORD CREDIT CDA 5.96 12/03/2035
22222 GM US CIE 6.05 07/27/2009
My design is to use the button ADD in sheet1 to get the values from sheet2 and sheet3 :
Issue name
Coupon
Maturity
Account number from sheet3
and I don't know how the put the informations both from
sheet2 and sheet3 into a single array combined and selected
from there with the ADD button process
sub ADD()
...
...
endsub
Actually, sheet1 was blank and need to be fill manually with ADD(), but sheet2 and sheet3 were pre-downloaded directly from another system.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.