S
scott
I am using
Right$("0000" & [MyField], 4)
This is making sure my phone # is 4 digits long.
The problem is that when I do this...the column is aligned to the left
of the cell.
The rest of the fields are aligned to the right of the cells.
How can I get this column back to being aligned to the right?
Thanks,
Scott
Right$("0000" & [MyField], 4)
This is making sure my phone # is 4 digits long.
The problem is that when I do this...the column is aligned to the left
of the cell.
The rest of the fields are aligned to the right of the cells.
How can I get this column back to being aligned to the right?
Thanks,
Scott