View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming,microsoft.public.excel
Cleber P. de Souza Cleber P. de Souza is offline
external usenet poster
 
Posts: 4
Default Lingual solution?

It's will work normally.
The regional settings will change and adjust all in the sheet.

Cleber

"Garry Jones" escreveu na mensagem
...
I have an xls that I have written with Swedish Excel 97.

I have used things like IF, COUNTIF and OR.

However, in Swedish Excel

IF is OM
COUNTIF is ANTAL.OM
OR is ELLER

Will this code work if I send to to England to be used on Excel 97. Or
will I have to first do a "search and replace" and change all the code.
What about the decimal point? - the Swedish Windows/Excel uses a decimal
comma.

If this is not going to work without altering are there any tools/addins
that will do this for me?

There are a also few bits of simple VB program code in it. From what I
can see these are in English so I presume that these will be okay. Or?

Garry Jones