Anyone know how to make an InputBox nonSystemModal.
Printable View
Anyone know how to make an InputBox nonSystemModal.
As far as I know, inputbox's are not system modal. They are definitely application modal though.
If you are trying to get an inputbox that is not application modal, you'll have to create a form that you show nonmodal, and then raise an event (or something) when the user has entered it and clicked OK.
I was trying to copy and paste into an Input box but as it is (I stand Corrected) App modal, I can't .
I was hoping someone would know how to kook the sucker so I could copy and paste into it.
Thanks.
This might not help you but I actually try to use the InputBox, and I can copy and paste.
Regards,
TheBao