Tell if a given object is selected (scripting)
Hello,
I was looking for a property or a function that would tell whether an object is selected or not. I couldn't find anything. Is there no such thing?
(I know I can work with app.selection, but that has issues. Besides efficiency concerns, the structure could be complex. For example, if multiple cells in a table are selected, they aren't directly included in app.selection. Instead a single Cell object is included with a Cells property that holds each individual cell.)
Thanks!
