Application.DecimalSeparator  
Author Message
MarySmith360





PostPosted: Sat Apr 22 10:09:03 CDT 2006 Top

Excel Programming >> Application.DecimalSeparator Hi all,

I use Application.DecimalSeparator in a function to strip characters from a string and leave just a number.
I noticed that, if you have Tools>Options>International, Use system separators checked, this will not be reflected in
Application.DecimalSeparator.
Can anybody tell me what I should use to get that?

Thanks,
--
Kind regards,

Niek Otten

Excel341  
 
 
Jim





PostPosted: Sat Apr 22 10:09:03 CDT 2006 Top

Excel Programming >> Application.DecimalSeparator Hi Niek,
Something to try...
Application.International(xlDecimalSeparator)
Application.International(xlThousandsSeparator)
Regards,
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware



"Niek Otten" <EMail@HideDomain.com>
wrote in message
Hi all,
I use Application.DecimalSeparator in a function to strip characters from a string and leave just a number.
I noticed that, if you have Tools>Options>International, Use system separators checked, this will not be reflected in
Application.DecimalSeparator.
Can anybody tell me what I should use to get that?
Thanks,
--
Kind regards,
Niek Otten




 
 
Niek





PostPosted: Sat Apr 22 10:54:49 CDT 2006 Top

Excel Programming >> Application.DecimalSeparator Thanks, Jim!

That seems to work.

--
Kind regards,

Niek Otten

"Jim Cone" <EMail@HideDomain.com> wrote in message news:%EMail@HideDomain.com...
| Hi Niek,
| Something to try...
| Application.International(xlDecimalSeparator)
| Application.International(xlThousandsSeparator)
| Regards,
| Jim Cone
| San Francisco, USA
| http://www.realezsites.com/bus/primitivesoftware
|
|
|
| "Niek Otten" <EMail@HideDomain.com>
| wrote in message
| Hi all,
| I use Application.DecimalSeparator in a function to strip characters from a string and leave just a number.
| I noticed that, if you have Tools>Options>International, Use system separators checked, this will not be reflected in
| Application.DecimalSeparator.
| Can anybody tell me what I should use to get that?
| Thanks,
| --
| Kind regards,
| Niek Otten
|
|
|
|