Is it possible to get a chart from Excel using Applescript, and paste it to the clipboard?
V Vik Rubenfeld May 11, 2004 #1 Is it possible to get a chart from Excel using Applescript, and paste it to the clipboard?
J JE McGimpsey May 23, 2004 #2 Vik Rubenfeld said: Is it possible to get a chart from Excel using Applescript, and paste it to the clipboard? Click to expand... One way (XL04): tell application "Microsoft Excel" copy object chart object 1 of active sheet end tell
Vik Rubenfeld said: Is it possible to get a chart from Excel using Applescript, and paste it to the clipboard? Click to expand... One way (XL04): tell application "Microsoft Excel" copy object chart object 1 of active sheet end tell