Application.UseSystemSeparators Property
True (default) if the system separators of Microsoft Excel are enabled. Read/write Boolean.
Syntax
expression.UseSystemSeparators
expression A variable that represents an Application object.
Example
In this example, "1,234,567.89" is placed in cell A1. The system separators are then changed to dashes for the decimals and thousands separators.
| Visual Basic for Applications |
|---|
|