Hi Frederico Fonseca,
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.
Thanks in advance,
Paul