C
cjandc
I have an excel worksheet with 64000+ records. These records need to be
grouped together by document ID in column A. Right now they are all
smashed together and I wanted to know if I could use VBA to format this
first column so that it compares the document ID numbers and inserts 3
rows when there is a change in document ID to separate the new document
ID number from the previous ones.
grouped together by document ID in column A. Right now they are all
smashed together and I wanted to know if I could use VBA to format this
first column so that it compares the document ID numbers and inserts 3
rows when there is a change in document ID to separate the new document
ID number from the previous ones.