Hello,
I have a userform with a bunch textboxes. I would like to format most of them as numbers with no decimals. The group of textboxes I would like formatted in this manner are consecutively numbered. I have the below code, which works, however, it is extremely cumbersome given the number...
After some unsuccessful searching, I am wondering if there is a way to apply the same kind of coding to multiple textboxes. I have seen where one call apply code to ALL textboxes on a userform, but I want to apply the code to only specific textboxes.
On the userform I have 30 textboxes. Some...
How can I use a variable to perform operations in multiple textboxes or comboboxes on a form?
I have a single form with 60 textboxes, and around 120 comboboxes, I also have a worksheet with 5 different sets of information for each combobox or textbox. (<-- Not sure if that made sense)...