I need to use Format() for numeric fields in my report to get the correct format needed for number and currency fields. I have all textboxes set to use a format of C, N, or P but I cannot just use the default .Net format codes because I need to support other formats (no group separator, not show currency symbols for come currency fields, show zero as blank, etc.When I use Format() or FormatCurrency() and then export the output to Excel, all numbers export as text.The export to Excel is basically useless to my clients because all numbers are exporting as text fields.
Category