Ark68
Well-known Member
- Joined
- Mar 23, 2004
- Messages
- 4,570
- Office Version
- 365
- 2016
- Platform
- Windows
I have designed a pretty complicated userform. In my process of tweaking it through the VBA interface (moving frames full of obects), I seem to have lost a textbox object.
I had a textbox named tb_comment2. It was within a frame (frame116), which was in itself nested in another frame (frame103). In my moving frames around the userform, at some point I "lost" tb_comment2. It must be buried, or hidden or encompassed somewhere else.
I know the textbox still exists, as if I try to recreate a new one and give it the same name, it errs.
I can see it listed in the object browser as a member of the userform it should be in.
Can anyone suggest how I can find this textbox so that I can return it to it's original poisition within frame116?
I had a textbox named tb_comment2. It was within a frame (frame116), which was in itself nested in another frame (frame103). In my moving frames around the userform, at some point I "lost" tb_comment2. It must be buried, or hidden or encompassed somewhere else.
I know the textbox still exists, as if I try to recreate a new one and give it the same name, it errs.
I can see it listed in the object browser as a member of the userform it should be in.
Can anyone suggest how I can find this textbox so that I can return it to it's original poisition within frame116?