View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
tomek tomek is offline
external usenet poster
 
Posts: 13
Default decimal separator

Hi Leo,
that's what I needed. Thanks a lot!

"Leo Heuser" wrote in message
...
Hi Tomek

Application.International(xlDecimalSeparator)

should work in all versions.

In Excel 2002 and forward, you can also use:

Application.DecimalSeparator

--
Best Regards
Leo Heuser