K
Kristina
I have an Applescript that I'm using to copy stuff from Excel and
paste it into Word. It worked with both Excel 98 and X, but Excel
2004 doesn't recognize many of the commands.
I'm trying to tell Excel to copy a cell to the clipboard. The
pertinent portion of my existing code looks like this:
tell application "Microsoft Excel"
Activate
«event XCELCpOb» «class crng» "DD1"
end tell
It doesn't recognize the command in the second to last line. The only
"copy" I find in the Excel 2004 dictionary is "copy object", which
doesn't seem to work.
Does anyone know what the new command is? Any help would be greatly
appreciated.
Kristina
paste it into Word. It worked with both Excel 98 and X, but Excel
2004 doesn't recognize many of the commands.
I'm trying to tell Excel to copy a cell to the clipboard. The
pertinent portion of my existing code looks like this:
tell application "Microsoft Excel"
Activate
«event XCELCpOb» «class crng» "DD1"
end tell
It doesn't recognize the command in the second to last line. The only
"copy" I find in the Excel 2004 dictionary is "copy object", which
doesn't seem to work.
Does anyone know what the new command is? Any help would be greatly
appreciated.
Kristina