I have a spreadsheet that adds a new control called Figures upon opening and then it deletes it upon closing.
What I'm wanting to do is be able to check for that control in the workbook_activate event, if it's there then do nothing, if not then add it.
The reason being, I have 9 of these workbooks that get sent out, when I receive all 9 back and open two or more at the same time, I don't want the control to be deleted when I close one of the workbooks.
So I figure if I can check it in the activate_event, when I close one workbook and it deletes it, when the next one is activated it will add it back.
Is there a way to check to for menu controls?
What I'm wanting to do is be able to check for that control in the workbook_activate event, if it's there then do nothing, if not then add it.
The reason being, I have 9 of these workbooks that get sent out, when I receive all 9 back and open two or more at the same time, I don't want the control to be deleted when I close one of the workbooks.
So I figure if I can check it in the activate_event, when I close one workbook and it deletes it, when the next one is activated it will add it back.
Is there a way to check to for menu controls?