I am working with a table like the following:
ROW 1
A
A
A
B
B
C
C
C
When the row value changes from A to B, and B to C, I would simply like insert a row. My dataset is huge, so doing this manually is not an option. I looked through the forums for help but was unable to find anything that resembled my problem. I am relatively new to VBA, and so helping me out with this problem will really help me with VBA syntax so that I won't have to ask such basic questions next time.
Thank you for your help,
MSL
ROW 1
A
A
A
B
B
C
C
C
When the row value changes from A to B, and B to C, I would simply like insert a row. My dataset is huge, so doing this manually is not an option. I looked through the forums for help but was unable to find anything that resembled my problem. I am relatively new to VBA, and so helping me out with this problem will really help me with VBA syntax so that I won't have to ask such basic questions next time.
Thank you for your help,
MSL