Message 1 of 8
Modify Select Filters with a Macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
When creating drawings I have a lot of parts within section views, so I often use the "Edit Select Filters..." option to only pick either Hatch or Edge as needed. It can get time consuming to jump back and forth between the two. I was hoping to create a couple VBA macros that could be embedded into the ribbon and/or shortcut menu.
The first would clear all filter options, set only "Hatch", and activate the custom filters.
The second would do the same for "Edge".
Beyond that I would like to be able to create more as needed, but I cannot find anything about changing that setting. I tried using "SelectEvents", SelectionPreferences", and "SelectSet", but only seem to affect part and assembly selection options.