Skip MatchProperties dialog?

Hi,

is it possible to skip matchproperties dialog (via macro f.e.)?

Thanks

Yes. Use _-MatchProperties and check out all the options on the command line in order to construct your macro.

2 Likes

Thanks!!
i think this works:
_-MatchProperties
_pause
_MatchAll
_pause
_enter

1 Like