Thread
:
Merge Cells in VBA
View Single Post
#
4
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 10
Merge Cells in VBA
Great. Thank you.
davegb wrote:
wrote:
Is there a way to merge cells in VBA?
Selection.Merge
The easiest way to figure out something like this is to just record a
macro while you do it, like merging, then look at the macro. Works in
many cases. In some, a recorded macro does it differently than you'd
normally code it, but it's a start.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]