Re: Excel 2004
Re: Excel 2004
- Subject: Re: Excel 2004
- From: Dave Balderstone <email@hidden>
- Date: Fri, 14 Dec 2007 14:03:45 -0600
On 14-Dec-07, at 11:05 AM, Bob Cuilla wrote:
Hello to All
I would like a very simple excel Script step. I have an Excel file
"abc.xls". I want to go to a particular cell , say B15 and copy its
data in a AS variable, so that I can use it other places.
For B15 I'd use:
tell application "Microsoft Excel"
set theVar to value of cell 15 of column 2
end tell
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden
References: | |
| >Excel 2004 (From: Bob Cuilla <email@hidden>) |