Re: Scripting Excel
Re: Scripting Excel
- Subject: Re: Scripting Excel
- From: Bill Metzinger <email@hidden>
- Date: Tue, 16 Dec 2003 18:52:20 -0500
On Dec 16, 2003, at 3:50 PM, David DuBois wrote:
I need to be able to extract information dynamically by mearly
selecting the cells I want, and then extract the text data in these
cells.
David,
tell application "Microsoft Excel"
return (get Formula of (Selection))
end tell
This will return the text of multiple cells as a list providing that
they're contiguous.
} He is not pining, he's passed on...
_______________________________________________
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.