Hi all
I'm trying to use VBA code to merge rows in sheet1 using a certain Column. So what i have is lets say i want to merge rows in
Column C starting at row 5 to row 9, then move to Column d starting at row 5 to row 10, them move to Column d starting at row 5 to row 10.
Then do the same thing starting at row 10 to row 14, starting at row 10 to row 14, starting at row 10 to row 14,
Also the number of columns will change depending how many the user picks. I have a cell named merge_1 in sheet1. witch is my input cell.
Thanks Edward
I'm trying to use VBA code to merge rows in sheet1 using a certain Column. So what i have is lets say i want to merge rows in
Column C starting at row 5 to row 9, then move to Column d starting at row 5 to row 10, them move to Column d starting at row 5 to row 10.
Then do the same thing starting at row 10 to row 14, starting at row 10 to row 14, starting at row 10 to row 14,
Also the number of columns will change depending how many the user picks. I have a cell named merge_1 in sheet1. witch is my input cell.
Thanks Edward