M
Mut
Dear all,
I have data in range A1:C5 like this..
A B C
1 Children Information News
2 Filler
3 News Filler
4 News News News
5 Movie Movie
Then.. I have to merge blank cell with cell above them.
So..
Cell A2 merge with Cell A1
Cell A5 merge with cell A4
Cell B3 and B2 merge with Cell B1
Can I do this automatically, using VBA code?
Because The data could be vary. And I have large data.
Any help would be appreciated.
Thanks.
Regards,
Mut
I have data in range A1:C5 like this..
A B C
1 Children Information News
2 Filler
3 News Filler
4 News News News
5 Movie Movie
Then.. I have to merge blank cell with cell above them.
So..
Cell A2 merge with Cell A1
Cell A5 merge with cell A4
Cell B3 and B2 merge with Cell B1
Can I do this automatically, using VBA code?
Because The data could be vary. And I have large data.
Any help would be appreciated.
Thanks.
Regards,
Mut