mrCaptObvious
New Member
- Joined
- Jan 27, 2022
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
- MacOS
hey y'all...
I am trying to use vba userform to create a searchable and editable database for my newly acquired telecom infrastructure.
what i am trying to accomplish: I have multiple sheets about 25 named "cable01 pairs 1-100, cable01 pairs 101-200, cable02 pair 1-100, cable02 pair 101-200...and so on. each sheet has 100 rows (pairs) with 11 columns in it.
I want to create 2 comboboxes. the first one to select the sheet itself as the first searchable field "Cable 01 pairs 1-100...etc." then, the second combobox displays my 100 rows of which one can be selected and When i click search, it will show the 11 fields associated with that combination of comboboxes in multiple text boxes that can be edited and updated on its respected sheet.
I can't upload my userform picture, excel on mac doesn't let me. Excel sheet is on my work computer.
I am trying to use vba userform to create a searchable and editable database for my newly acquired telecom infrastructure.
what i am trying to accomplish: I have multiple sheets about 25 named "cable01 pairs 1-100, cable01 pairs 101-200, cable02 pair 1-100, cable02 pair 101-200...and so on. each sheet has 100 rows (pairs) with 11 columns in it.
I want to create 2 comboboxes. the first one to select the sheet itself as the first searchable field "Cable 01 pairs 1-100...etc." then, the second combobox displays my 100 rows of which one can be selected and When i click search, it will show the 11 fields associated with that combination of comboboxes in multiple text boxes that can be edited and updated on its respected sheet.
I can't upload my userform picture, excel on mac doesn't let me. Excel sheet is on my work computer.