Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
userform exception error 4 textboxes
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="GS, post: 7393346"] If you use a lot of controls on a userform, a class module to handle them is probably a better way to go since it can handle controls as if they were an array. IOW, one procedure for all textbox controls versus a separate procedure for each. Optionally, you could have all textboxes call a single procedure and pass itself as the control object. The called procedure can divert action via a Select Case construct based on which control is calling it. This would obviate the need for a class handler and its associated overhead. I also made a separate reply about using a worksheet as a way to duplicate what you might use a userform for. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
userform exception error 4 textboxes
Top