Hi guys,

When I want to select all blocks with a specific name in drawing area + all layouts, I use this command:
(sssetfirst nil (ssget "_x" '((0 . "INSERT") (2 . "123"))))

With this code I have selected all blocks with the name "123" in the model space and also all layouts.

However, this does not work with Dynamic blocks... Is there also a way to select dynamic blocks?