View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ward376 ward376 is offline
external usenet poster
 
Posts: 360
Default Align to the left or to the right (or center)


Range("C2").HorizontalAlignment = xlLeft
Range("C2").HorizontalAlignment = xlCenter
Range("C2").HorizontalAlignment = xlRight