Hello,
My objective is to select specific positions in a moving matrix of a fix range with VBA for Excel 2003. The fix range is about 5 or so columns wide and has a few thousand rows. I select a matrix of 5 to 7 rows and the same number of columns as range. I then choose a specific position number in this matrix, write that number in another sheet and move on the next matrix just below where I do the same, and this until the last line of the range.
I've tried to write a loop function but this seems to take a lot of execution time.
Can you share any of your thoughts on how to solve this?
Thank you.
Regards,
Zeno
My objective is to select specific positions in a moving matrix of a fix range with VBA for Excel 2003. The fix range is about 5 or so columns wide and has a few thousand rows. I select a matrix of 5 to 7 rows and the same number of columns as range. I then choose a specific position number in this matrix, write that number in another sheet and move on the next matrix just below where I do the same, and this until the last line of the range.
I've tried to write a loop function but this seems to take a lot of execution time.
Can you share any of your thoughts on how to solve this?
Thank you.
Regards,
Zeno