Excel in French

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

Hello,
I have a problem with a macro which has been created on Excel in English.
When it runs on an English station it's ok. When I launch it on a pc with
Excel in French There is an error. Have you any idea about this ? When I
just change the language parameters from french to english, the macro is
going fine.
thanks for any idea
Ray
 
Ray,

Normally, macros run fine being taken across, but there are some things that
you have to watch out for. Dates tend to one area of concern, but to really
help you we would need to know what code is erroring out.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
Thanks for your answer,
I checked my code and there's no date in the code in it.
You could see the code here in my file at this adress :
http://cjoint.com/?hdkH52RcVi.
the sheet is duty selection, and then click on Create conflicts Reports
button.
It should work if you do, because your excel is in English.
If I do, I receive this msg : "At least one duty box has to be checked.",
even I have checked boxes.
Thanks for your help
ray
 
Have you stepped through it and identified the line it errors on?

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)
 
I noticed your checkboxes on sheet 'Duty Selection' have linkedCell such as
'Listing of Duties'!E2.
That sheet does not exist!

HTH
 
Back
Top