For some user functionalities in VBA I worry that a user has grouped shapes together while my VBA subs/functions assume they are on the page (all shapes I use are already grouped shapes).
My subs/functions assume these shapes have a PinX/PinY relative to the page so if the user groups the shapes, and the PinX/PinY become relative to the group, things go haywire.
It would be great to be able to block grouping on certain shapes (already happy I can block ungrouping), but maybe even better to always read the absolute PinX and PinY (on the page) of my shape so I don't have to worry the user has grouped them.
What is the best way to do this? Thank you for your advice!