![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Join Date: Jul 2002
Posts: 78
|
Is there a more elegant way of comparing 2 array than is shown below ?
I just want to check if the 2 arrays are exactly identical...... for i = 1 to 10 if array1(i)=array2(i) then....... next i TIA.... |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|