tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,913
- Office Version
- 365
- 2019
- Platform
- Windows
Following from this:
how would I adapt it if my code were:
ie the suggestion was:
but my condition now involves incrementing the array.
Thanks
how would I adapt it if my code were:
Rich (BB code):
Do Until DataArray(j, 1) <> DataArray(j + 1, 1)
ie the suggestion was:
Rich (BB code):
If myArray(i).Name <> myArray(i - 1).Name Then
but my condition now involves incrementing the array.
Thanks
Last edited: