array question
- From: "Gary Keramidas" <GKeramidasATmsn.com>
- Date: Mon, 2 Jul 2007 12:41:33 -0400
if i create 2 arrays from a range, is there a way to compare the entire array,
instead of element by element?
For i = 2 To lastrow
arr1 = ws.Range("c" & i & ":E" & i)
arr2 = ws.Range("c" & i - 1 & ":E" & i - 1)
i want to know when arr1 = arr2.
right now i just use a loop to check the elements and if they all match, i
continue on.
--
Gary
.
- Follow-Ups:
- Re: array question
- From: RB Smissaert
- Re: array question
- Prev by Date: RE: Message boxes
- Next by Date: Re: Import All Sheets from Closed Workbook
- Previous by thread: Trouble with VBA code for Excel.
- Next by thread: Re: array question
- Index(es):