I am copying a worksheet programmatically by filling in a blank sheet. One column is a dollar amount. In the original sheet, it's right aligned. In the new sheet, it's left aligned. When I do format cells to look at the format, both are Number tab = General and horizontal alignment = General.
What's making them have two different kinds of horizontal alignments? I am assuming it's inferring the data type from the original one. How can I do the same in Excel for the other?