View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default macro to unmerge cells

Sub divorce()
Cells.MergeCells = False
End Sub


Will un-merge ALL cells.
--
Gary''s Student - gsnu200791