Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 135144

Re: Can you make a script for select cells?

$
0
0

Try this,

 

if(app.selection[0].constructor.name=="Cell")
{    app.selection[0].parent.select();
}
else if(app.selection[0].parent.constructor.name == "Cell")
{    app.selection[0].parent.parent.select();
}

 

 

Vandy


Viewing all articles
Browse latest Browse all 135144

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>