Mr Wizard2
New Member
- Joined
- Feb 22, 2014
- Messages
- 9
This is really strange. I have a fairly extensive VBA Excel 2010 project going. Among other things I have a group of options: optAgentMail, optAgentHold, and optAgentWire. During the program, the default condition is hidden. During the program, they are made visible. At the end of the program after they are once more hidden with .visible=False. That's as far as it goes. I have other objects doing the same thing.
My problem is when they are made visible eather by program of by going into design mode, they are not there. The code remains and I cannot create another object with the same name. I have even searched every cell to the right and cannot find them just in case I somehow moved them. They are not there either. I have gone over and over the code using F8 and see nothing different from the others or would somehow delete them. I can see them in the Object Browser but just can't find them on the spreadsheet. Since I can't see them I can't select them and therefore I can't use them or delete them.
Where could they have gone and how do I recover them? I don't want to have to create another set of objects and then modify all the references to the object under a different name. Please educate me.
My problem is when they are made visible eather by program of by going into design mode, they are not there. The code remains and I cannot create another object with the same name. I have even searched every cell to the right and cannot find them just in case I somehow moved them. They are not there either. I have gone over and over the code using F8 and see nothing different from the others or would somehow delete them. I can see them in the Object Browser but just can't find them on the spreadsheet. Since I can't see them I can't select them and therefore I can't use them or delete them.
Where could they have gone and how do I recover them? I don't want to have to create another set of objects and then modify all the references to the object under a different name. Please educate me.