View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Marion Marion is offline
external usenet poster
 
Posts: 12
Default Point and comma problem

Hello Gert-Jan,

I'm not sure if you want to change the way Excel displays the decimal
separator in a number, or if you just want to get around the problems that
you're having.

If it's the former, you can change the way Excel shows the decimal separator
by going to ToolsOptionsInternational.

If it's the latter, can you give an example of the problems it's causing?

Marion

"Gert-Jan" wrote:

Hi,

In my Excel-worksheets the standard comma in a number (1,25) is unexpectedly
changed in a point (1.25). Although VBA places a comma ( for example when I
move some values from a form to excel) this leads to errors.

Can anyone tell me how to change it?

Regards, Gert-Jan