How to make a new chart in AppleWorks 6?
How to make a new chart in AppleWorks 6?
- Subject: How to make a new chart in AppleWorks 6?
- From: Michelle Steiner <email@hidden>
- Date: Sun, 29 May 2005 02:50:37 -0700
I've been able to get only this far so far.
set the clipboard to data_string
--data_string is defined earlier in the script, and it is valid data
that pastes properly into the spreadsheet. It contains two columns
of data; the left column contains the labels and the right column
contains numerical data.
tell application "AppleWorks 6"
activate
set new_Doc to (make new document with properties {document
kind:spreadsheet document})
paste
tell new_Doc
set data_bounds to data bounds of selection
make new chart
end tell
end tell
--data_bounds returns a list of two-element lists in this format:
{{"\"61\"", 0}, {"\"62\"", 5}, {"\"63\"", 9.52}}
So, where do I go from here?
Please copy me directly with all replies because I'm going on
vacation Monday and will be unsubscribing from the list for a week.
Thanks,
-- Michelle
--
Those who extol the "nobility of labor" mean the labor of others.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden