F
Frank Krogh
An autoshape (Shape1) is selected with the VBA statement:
ActiveSheet.Shapes("Shape1").Select
How do I select this autoshape (Shape1) if it is grouped together with
other autoshapes in one common autoshape (GroupShape1)?
Another question:
Is there a way to name a VBA macro to make it execute automatic like an "on
close" event when the workbook is closed?
Thanks for any suggestions.
Frank Krogh
ActiveSheet.Shapes("Shape1").Select
How do I select this autoshape (Shape1) if it is grouped together with
other autoshapes in one common autoshape (GroupShape1)?
Another question:
Is there a way to name a VBA macro to make it execute automatic like an "on
close" event when the workbook is closed?
Thanks for any suggestions.
Frank Krogh