Reading selected cells with AppleScript

T

Tobias_Weber

Hi,
when using AutoFilter row 131 may be displayed directly below row 129
while 130 is hidden. Using themouse to select the A cell of both, doing
cmd+c, and pasting into a text editor yields two lines.

Unfortunately the selection object in AppleScript contains three cells
(including the unwanted A130) no matter in what way I query it.

How do I get the selected cell text exactly as the user sees it from
Excel into AS?

Or, as a workaround, how do I do the equivalent of cmd+c with
AppleScript? (no GUI scripting please)

(Excel 2008 on Tiger/Intel)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top