Is AppleScripting broken in French versions of Excel 2001 and X?
Is AppleScripting broken in French versions of Excel 2001 and X?
- Subject: Is AppleScripting broken in French versions of Excel 2001 and X?
- From: Paul Berkowitz <email@hidden>
- Date: Fri, 26 Apr 2002 18:48:53 -0700
A French user who has no problems with my Entourage scripts in Entourage X
and 2001 (so his basic OS and AS setup must be OK) gets nothing but errors
in my Excel scripts. When I try them with his data after I switch my
International System Prefs to French, I have no problems.
In one script he gets an error with;
set colVal to Value of Column 2 of UsedRange of ActiveWorksheet
The error is along the lines of
"Can't get +class pval; of +class ccol 2; of +class crng;
"R1C:R806C11" of +class cXLW; "Name of File" of application "Microsoft
Excel"
More mysteriously, there was another error, where
set rr to count (Rows of Used Range of ActiveWorksheet")
didn't error, but two lines lower
repeat with i from (2 to rr)
errored on rr with "The variable rr is not defined" !!!
These were in Excel X. In Excel 2001 (operating in Classic, not OS 9), he
tried the Classic version of the same script and got:
"Impossible de rendre les donnees dans le type attendu."
Does anyone out there have Excel French version X or 2001? Do scripts work,
or is AppleScripting perhaps broke? Or what else could be making Excel
scripts break while Entourage scripts work just fine? Any problems with any
other non-English versions?
--
Paul Berkowitz
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.