Thread: Center Align
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John 3:16 John 3:16 is offline
external usenet poster
 
Posts: 6
Default Center Align

Hello,

I know that using
xlBook.Worksheets(5).Range("C25..B27").Font.Bold = True
will set the cell attribute for the given range to Bold.

How do I set the alignment to "Center, left or right"

thanks in advance,
bob mcclellan