JumboCactuar
Well-known Member
- Joined
- Nov 16, 2016
- Messages
- 788
- Office Version
- 365
- Platform
- Windows
Hi,
The following works fine (I'm currently using Userform1 with vbModeless)
Userform1.Textbox1.Value = Target
I just want to know what affect this has when the Userform hasn't been loaded.
It seems nothing happens but is it using memory? Or a bad idea?
Can I check whether the Userform is open
Any help appreciated
The following works fine (I'm currently using Userform1 with vbModeless)
Userform1.Textbox1.Value = Target
I just want to know what affect this has when the Userform hasn't been loaded.
It seems nothing happens but is it using memory? Or a bad idea?
Can I check whether the Userform is open
Any help appreciated