I have more than 150 combo boxes. Is there a way of setting up a code to scroll within all combo boxes in one formula.
I have more than 150 combo boxes. Is there a way of setting up a code to scroll within all combo boxes in one formula.
Hello Roddboyd,
Your information is not very complete. If you have a workbook, you should post it.
How To Post Your Workbook
- At the bottom right of the Reply window, Click the button Go Advanced
- At the top of the Your Message Window, in the first row of icons, Click the Paperclip icon.
- Click the Add Files button at the top right in the dialog box. This displays the File Manager dialog.
- Click the Select Files button at the bottom middle of the dialog.
- In the new window Find the file you want to upload, select it, and Click Open.
- You will now be back in the File Manager dialog. Click the bottom Middle button Upload File.
- Wait until the file has completely uploaded before you exit the File Manager dialog.
Sincerely,
Leith Ross
Remember To Do the Following....
1. Use code tags. Place [CODE] before the first line of code and [/CODE] after the last line of code.2. Thank those who have helped you by clicking the Starbelow the post.
3. Please mark your post [SOLVED] if it has been answered satisfactorily.
Old Scottish Proverb...
Luathaid gu deanamh maille! (Rushing causes delays!)
To be a little clearer in combo box 1 you can select and scroll within that box. The
code relates combo box 1. However, you will cannot scroll within box 2,3 etc.
Is there a code that can be written to encompass all combo boxes.
Thanks for your help.
Rodney
Hello Rodney ,
There are 2 ways I would approach handling this. First, I would opt to use a UserForm as the user interface and transfer the combobox selections to the worksheet. You would only need 3 on the UserForm. 150 ComboBoxes is a lot of duplication for only 3 combox choices.
Second, if you really, really want to keep all those boxes then the controls would need to be Sub-Classed. This would allow the same code to be shared by all 150 ComboBoxes.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks