Hi All
I am creating a macro in VBA to auto-create and fill our drawing border and title block. We have most of it up and running but we can't work out how to activate the sheet background to start with. There is plenty of help on how to do this in V5, but I can't find anything for V6! The help...
Thanks LWolf,
If I were to need pre-selection to be possible, do you think there would be a way for the code to differentiate between an implicit ("face", "edge", etc.) selection and an explicit ("Extrude.1") selection? And then maybe run an if statement to select the implicit selections...
I am writing some code that takes the users selection and changes the colour of the feature randomly.
Ideally I would like the user to be able to select the feature from the tree or the geometry itself, and the macro behave in the same way: as an explicit selection. Currently if the user...