Thread
:
Align to the left or to the right (or center)
View Single Post
#
2
Posted to microsoft.public.excel.programming
ward376
external usenet poster
Posts: 360
Align to the left or to the right (or center)
Range("C2").HorizontalAlignment = xlLeft
Range("C2").HorizontalAlignment = xlCenter
Range("C2").HorizontalAlignment = xlRight
Reply With Quote
ward376
View Public Profile
Find all posts by ward376