Hi all,
yet another urgent user request to test my very limited grasp of VBA..
I have a sheet looking something like:
Key1 Key2 Code Selection
a1 1 text
a1 1 text
a1 1 text
a2 1 text
a2 1 text
a2 1 text
a3 1 text
b1 2 text
b1 2 text
b2 2 text
etc
What I need to do is to mark the selection field for the first two entries for each value of Key1 and then fast forward to the next value of Key1.
I pre-sorted the table to make it easier! In reality the table is very large and I can hard-code the number of records I need to identify for each value of Key1.
As always, I look forward to any advice.
Cheers,
Henio
yet another urgent user request to test my very limited grasp of VBA..
I have a sheet looking something like:
Key1 Key2 Code Selection
a1 1 text
a1 1 text
a1 1 text
a2 1 text
a2 1 text
a2 1 text
a3 1 text
b1 2 text
b1 2 text
b2 2 text
etc
What I need to do is to mark the selection field for the first two entries for each value of Key1 and then fast forward to the next value of Key1.
I pre-sorted the table to make it easier! In reality the table is very large and I can hard-code the number of records I need to identify for each value of Key1.
As always, I look forward to any advice.
Cheers,
Henio