View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lonnie M. Lonnie M. is offline
external usenet poster
 
Posts: 184
Default Array or Pivot Tables???

Correction, the previous loop's 'If' statement should be:
For P = 1 To cntPrev
'Match Current Acitvity with Previous Acitvity
If arrCur(C, 4) & arrCur(C, 5) & arrCur(C, 6) & arrCur(C, 7) = _
arrPrev(P, 4) & arrPrev(P, 5) & arrPrev(P, 6) & arrPrev(P, 7) Then