T
Tom
Hoping someone could confirm a bug and/or workaround...
I have a set of scripts that worked in Excel X and Excel 2001 and no
longer works in Excel 2004. Here's a simple sample...
tell application "Microsoft Excel"
activate worksheet 1
set testing to value of range "R11C2"
end tell
This would returrn contents in row 11 column 2. Doesn't appear to
work in Excel 2004.
Can anyone confirm that there's a problem in within Excel.
I have a set of scripts that worked in Excel X and Excel 2001 and no
longer works in Excel 2004. Here's a simple sample...
tell application "Microsoft Excel"
activate worksheet 1
set testing to value of range "R11C2"
end tell
This would returrn contents in row 11 column 2. Doesn't appear to
work in Excel 2004.
Can anyone confirm that there's a problem in within Excel.