Align left and Align right in same row and column?

  • Thread starter Thread starter Lostguy
  • Start date Start date
L

Lostguy

Hello!

In a new workbook, take cell A1 and widen it to 7" long.
Now, is there a way I can align "To:Mom" to the left and the date to
the right in the same row and column?

So for A1, it would look
like"To:Mom
Jan 11, 2009"??

I only want to use one column.And without VBA.

Maybe, if you can't do a flush left and right in the same line, is
there a code for tab similar to CHAR (10)? I was thinking something
like ="To:Mom"&CHAR(tab)&CHAR(tab)&NOW

??

Thanks!

VR/

Lost
 
In a new workbook, take cell A1 and widen it to 7" long.
Now, is there a way I can align "To:Mom" to the left and the date to
the right in the same row and column?

Please ask your question in a newsgroup supporting Excel; this group is for a
different program, Microsoft Access. The webpage can be confusing and may have
misled you.
 
Back
Top