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

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 150706

Trending Articles