tharrington
New Member
- Joined
- Jul 19, 2018
- Messages
- 12
Im trying to extract the color index of cells in a table in a spreadsheet into an array using a VBA macro. The indexing I have for my for loop is offset as in the count starts at column 2 and row 4, but the array begins at 0,0 or 1,1? Is there a way to enter this info using such a for loop?
Thanks
Thanks