View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Murphy Bill Murphy is offline
external usenet poster
 
Posts: 10
Default How to justify in merged cells

I have merged 5 cells horizontally with:

objSht.Range("A1:E1").Merge
objSht.Cells(1, 1) = "My Report Title"

How can I center the report title in the merged cells?

Bill