D
deekay
I have a word doc with a 17 row x 20 column table in which I have
populated using mail merge data and vba.
It is basically set up like a weekly appointment calendar with the
data being merged appointments from the database.
The rirst row contains 30 min time slots from 8h00 to 17h30 and the
first column contains days Mon - Fri.
I was able to get the data in the right slots using mail merge.
Now I would like every cell that has been populated with data to be
merged with the adjacent right cell basically creating 1 hour "slots".
The rows that I need to check would be row 3,6,9,12 and 15.
The columns in these rows would need to be checked would be columns 3
to 20.
How do I:
Check all these cells
If one of these cells contains data, merge/combine it with the cell on
the right of it.
I want to put this in macro that I can start, please help.
populated using mail merge data and vba.
It is basically set up like a weekly appointment calendar with the
data being merged appointments from the database.
The rirst row contains 30 min time slots from 8h00 to 17h30 and the
first column contains days Mon - Fri.
I was able to get the data in the right slots using mail merge.
Now I would like every cell that has been populated with data to be
merged with the adjacent right cell basically creating 1 hour "slots".
The rows that I need to check would be row 3,6,9,12 and 15.
The columns in these rows would need to be checked would be columns 3
to 20.
How do I:
Check all these cells
If one of these cells contains data, merge/combine it with the cell on
the right of it.
I want to put this in macro that I can start, please help.