Select Objects on a layer in all layouts at once

is there a way to do that? sometimes I would like to do it… would be nice to select across all layouts… it is possible to switch between the tabs and repeat the layer selection and then edit all the geometry at once, but obviously that is time intensive with many tabs.

thnx,
Daniel

Hi Daniel - I’m not sure it fills the bill completely but I dredged up this old script which might be a start-

SelByLayer.py (1.9 KB)

To use the Python script use RunPythonScript, or a macro:

_-RunPythonScript "Full path to py file inside double-quotes"

-Pascal

it actually overfills it, slightly :))

thnx, much appreciated.