Hi,
I would like to know how i can Change the Thousands Separator for Numerics in VBA. The application can be used in both Europe where it is "'" and other locations where it is ",". So i would like to make it standard across all locations.
Application.International(xlThousandsSeparator) is a readonly property.
Manually it can be done by changing the Regional Options in
Settings, Control Options. I would like to how i can do programmatically.
Thanks
Veera
I would like to know how i can Change the Thousands Separator for Numerics in VBA. The application can be used in both Europe where it is "'" and other locations where it is ",". So i would like to make it standard across all locations.
Application.International(xlThousandsSeparator) is a readonly property.
Manually it can be done by changing the Regional Options in
Settings, Control Options. I would like to how i can do programmatically.
Thanks
Veera