How do I link Spin Button to populate a Combo Box?

sai03

New Member
Joined
Jun 1, 2022
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hello,

I am new to Excel VBA, so please bear with my explanation.

I have a User form with a Multipage setup (3 pages) and on the 1st page, I take the user input for No. of Departments using a Spin Button.

Now I want a Combo Box to be populated based on the number selected in the Spin Button field on the 2nd page of the Multipage setup. For e.g., if a user chooses 2 departments, then I want the Combobox to have a drop-down list showing Department 1 and Department 2. If the user chooses 3 then the drop-down should have Dept 1, Dept 2, and Dept 3, so on.

How do I go about achieving this?
 

Attachments

  • 1.JPG
    1.JPG
    55.1 KB · Views: 26
So this is the setup for eg that we have and the user chooses the option from Combo Box and enters the Name in Text Box, then enters "Type of Product" then clicks on the "Add Data" button and the data gets stored in Sheet1. After the data is added, the userform is cleared to enter more products (it can be for the same dept or a diff dept).

Now after we have entered the data, how do I check if all the Dept # have been entered? Because there can be multiple entries for the same dept. This is what is confusing me on how to proceed further. How do I validate the data before proceeding to next page?
 

Attachments

  • Capture.JPG
    Capture.JPG
    47.2 KB · Views: 8
Upvote 0

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
That helps, but it would help if you could show some data, even if it's fictional, that shows where the missing values are.
Somewhere you must be keeping at least a 2 column list of Dept# | DeptName ?
My knowledge of sheet level data validation in Excel is rudimentary at best. I have the impression here that the type of validation you need is to compare counts in some way, which would be different. So if anyone else is reading this and know better, please do chime in.

This is easy enough to do in Access - not sure about Excel:
I suppose if the count of Dept# in that list doesn't match the count of name list, hide whatever it is that allows the user to go to another page?
 
Upvote 0

Forum statistics

Threads
1,215,790
Messages
6,126,914
Members
449,348
Latest member
Rdeane

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top