I need to change the format of a column to "number" from "general" and have not been able to get it so far. Here is the code any suggestions?
sht.Range("d:d"
.ColumnWidth = 15
sht.Range("D3"
.Value = "CLAIM #"
sht.Range("D3"
.Font.Bold = True
sht.Range("D3"
.Font.Size = 11
sht.Range("D
"
.FormatConditions.NumberFormat = "Number"
Thanks,
Matt
sht.Range("d:d"
sht.Range("D3"
sht.Range("D3"
sht.Range("D3"
sht.Range("D
Thanks,
Matt