Can you please let me know what are the .NumberFormat format options in Excel VBA? As you are fully aware Excel 2010 supports the following types:
I know that we can set for example Text type as:
.NumberFormat ="@"
or for number:
.NumberFormat = "0.00000"
Can you please let me know what are other options for types in VBA?