E
Ed Zachary
How does one get the text of an Excel 2004 comment in Applescript?
I've tried such things as "get value of Excel comment", "get text of
Excel comment", etc, with no luck. Here's an example based on the
sample on page 83 of the Excel 2004 AppleScript reference.
tell application "Microsoft Excel"
add comment range "E5" of worksheet 1 comment text "reviewed by
Jessica"
get value of Excel comment of range "E5" of worksheet 1
end tell
I've tried such things as "get value of Excel comment", "get text of
Excel comment", etc, with no luck. Here's an example based on the
sample on page 83 of the Excel 2004 AppleScript reference.
tell application "Microsoft Excel"
add comment range "E5" of worksheet 1 comment text "reviewed by
Jessica"
get value of Excel comment of range "E5" of worksheet 1
end tell