View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron K Ron K is offline
external usenet poster
 
Posts: 2
Default Left Justify Cell

Can someone tell me how to programatically left justify a
cell. Actually, if all of the cells were left justified
that would be even better.
My problem is when my character data contains all
numerics, the data is right justified. When the data
contains at least one alpha character, it is left
justified. This causes the work sheet not to look very
nice.
Thanks.