Re: AS and Excel
Re: AS and Excel
- Subject: Re: AS and Excel
- From: "Willard L. McMunn" <email@hidden>
- Date: Wed, 21 Aug 2013 08:02:13 -0400
tell application "Microsoft Excel" tell active workbook tell active sheet set theLastRow to first row index of (last cell of used range) tell range ("A1:A" & theLastRow) set theResult to string value of every cell repeat with jItem from 1 to count theResult if item jItem of theResult = "" then set item jItem of theResult to false end if end repeat set theResult to strings of theResult end tell end tell end tell end tell
— — — — — — — — — — — — — — — — — — — — — Happy Automation, Larry McMunn, President McMunn Associates, Inc. • Collingswood, NJ • Seminole, FL (856) 393-4756 or Skype: wlarrymcmunn "Brevity is your best friend…"
|
_______________________________________________
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