ah.jay General User

Joined: 13 Jan 2009 Posts: 5 Location: singapore
|
Posted: Tue Jan 13, 2009 8:11 pm Post subject: Looking for codes on comparing arrays |
|
|
hi all,
i m really new to basic programming. I do have some programming background with java,c++ and even asp.net. But going through the coding for this new language still give me some problems.
i m actually trying to work out a macro that allows me to compare 2 tables and actually combines them.
For example,
Table 1:
firm jan feb mar
abc 500 1000 30
cde 154 5233 32
efg 587 51 254
sdf 4521 455 541
Table 2:
firm apr may june
abc 500 1000 30
ert 154 5233 32
fgh 587 51 254
hjk 4521 455 541
the macro will help me merge the 2 tables into 1. i look through the array tutorial but i was wondering if the array can be like 4 by 4 or just an array of 4?
Anyone can guide me on how to get my macro started. Thank you
Regards,
ah.jay |
|