I am trying to figured out how to select rows automatically from an active cell(A1), blank (A2), blank(A3) blank(Etc). There will be data in column B-?. Colum A will have one item number, and specifications in colum B-?, and the rows after until a new item number is given.
I have (for example):
A B C
1 234 abc abc
2 abc abc
3 abc abc
4 abc abc
5 abc abc
6 abc abc
7 234 abc abc
8 abc abc
9 abc abc
10 234 abc abc
11 abc abc
12 abc abc
13 abc abc
14 abc abc
I need to figure out the VB when A1 is selected, Rows 1-6 are selected.
Thank for your help. I have learned a lot from here, but did not see this type off selection set when I searched.
For clarification, and example has been posted.