Hi All,
Sorry for such a question, but I'm still learning about VBA. I know how to create a macro for inserting rows, but I need to alter this code to help my problem. I don't know where to start.
Here's my problem:
I have a huge data file where column A is the unique identifier. For example,
Column A
A
A
A
A
A
A
A
B
B
B
B
B
B
B
B
C
C
C
C
C
C
The data starts on (1,1). I need to create breaks in between the blocks of data where B starts on row 100, C starts on row 200, etc.
Any suggestions?
Sorry for such a question, but I'm still learning about VBA. I know how to create a macro for inserting rows, but I need to alter this code to help my problem. I don't know where to start.
Here's my problem:
I have a huge data file where column A is the unique identifier. For example,
Column A
A
A
A
A
A
A
A
B
B
B
B
B
B
B
B
C
C
C
C
C
C
The data starts on (1,1). I need to create breaks in between the blocks of data where B starts on row 100, C starts on row 200, etc.
Any suggestions?