Hello everyone.
Glad to be out of lock down
I have taken on someone else's project which is all over the place in regards to code, spreadsheets, functionality, etc. etc. Not one thing is done the same way and has no continuity.
I will do my best to show a few of the features and functionality to get to the end game of solving my problem.
This is my problem - No Scroll Bar and list is way too long showing all products.
The program starts like this with all combo/selection boxes are not visible and are validated according to what has been selected.
The "Door Material" boxes work fine and have scroll bars accordingly.
When it comes to the "Panel selection" none of these boxes have a scroll bar. Most of them don't need one, but there are some instances where it is required as shown in first image.
In VBA - The form looks like this;
As you can see the Comboboxes i need to look at are hidden somewhere, I cant find them. But I can select them when I highlight the "Frame2"
This is the Combobox of my concern (Cb3P2)
In the Code, there is so much going on. Some controls and items are controlled in the code some are controlled in spreadsheets.
Most of these ComboBoxes are controlled in the code.
What should I be searching for in the code to fault find where i can make these changes?
thank you
Side note: Novice in VBA
Glad to be out of lock down
I have taken on someone else's project which is all over the place in regards to code, spreadsheets, functionality, etc. etc. Not one thing is done the same way and has no continuity.
I will do my best to show a few of the features and functionality to get to the end game of solving my problem.
This is my problem - No Scroll Bar and list is way too long showing all products.
The program starts like this with all combo/selection boxes are not visible and are validated according to what has been selected.
The "Door Material" boxes work fine and have scroll bars accordingly.
When it comes to the "Panel selection" none of these boxes have a scroll bar. Most of them don't need one, but there are some instances where it is required as shown in first image.
In VBA - The form looks like this;
As you can see the Comboboxes i need to look at are hidden somewhere, I cant find them. But I can select them when I highlight the "Frame2"
This is the Combobox of my concern (Cb3P2)
In the Code, there is so much going on. Some controls and items are controlled in the code some are controlled in spreadsheets.
Most of these ComboBoxes are controlled in the code.
What should I be searching for in the code to fault find where i can make these changes?
thank you
Side note: Novice in VBA
Last edited: