T
Tobias Weber
Hi,
never scripted Word before, the object model looks rather...complicated.
All I want is the selected text in an AppleScript string, sans
formatting, without supporting multiple/discontinuous selections. Kind
of the equivalent of the follwing:
tell application "Microsoft Excel"
set theText to the value of the first cell of selection
end tell
never scripted Word before, the object model looks rather...complicated.
All I want is the selected text in an AppleScript string, sans
formatting, without supporting multiple/discontinuous selections. Kind
of the equivalent of the follwing:
tell application "Microsoft Excel"
set theText to the value of the first cell of selection
end tell