I need to change the format of a column in excel to "number" from "general" and have had no luck getting it to work. Below 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"
Any suggestions?
sht.Range("d:d"
sht.Range("D3"
sht.Range("D3"
sht.Range("D3"
sht.Range("D