Accounting Format not aligned

G

Guest

Hi,

I have rows with formulas all input via vba with an accounting format.
These are all added by the same code but the numbers do not line up. I have
checked they are all right aligned but are not visibly right aligned. Some
cells are slightly off to the left just about a half a digit.

with MainPagepg
With .Range("M" & NextRow)
.NumberFormat = "_(* #,##0.00_);_(* (#,##0.00);_(* ""-""??_);_(@_)"
.HorizontalAlignment = xlRight
.FormulaR1C1 = "='" & ShName & "'!R21C11"
End With
End with

It must be a setting as it is only in some cells. since they show right
aligned I don't know what else to check.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top