mattloflin
MIS
Short and Sweet.
Excel spread sheet. Columns N, O, and P
These are blank after the macro is run they have titles "Term" "Builder" "Done"
However after that the data get's sorted and it's based off types
ex:
type 1
type 1
type 1
<spacer> - (Interior color = Tan (19 index color))
type 2
I need to make code that will merge the cells of Column N all the type 1s, skip the spacer then merge all the type 2s. I need this for all three of those columns to but dont need them to merge together.
The last row is "newlastrow"
Any Ideas?
I have attached the Macro it's at the bottom of the first sub where it makes the seperation.
Excel spread sheet. Columns N, O, and P
These are blank after the macro is run they have titles "Term" "Builder" "Done"
However after that the data get's sorted and it's based off types
ex:
type 1
type 1
type 1
<spacer> - (Interior color = Tan (19 index color))
type 2
I need to make code that will merge the cells of Column N all the type 1s, skip the spacer then merge all the type 2s. I need this for all three of those columns to but dont need them to merge together.
The last row is "newlastrow"
Any Ideas?
I have attached the Macro it's at the bottom of the first sub where it makes the seperation.