• Skip to main content
  • Skip to header right navigation
  • Skip to site footer

My Online Training Hub

Learn Dashboards, Excel, Power BI, Power Query, Power Pivot

  • Courses
  • Pricing
    • Free Courses
    • Power BI Course
    • Excel Power Query Course
    • Power Pivot and DAX Course
    • Excel Dashboard Course
    • Excel PivotTable Course – Quick Start
    • Advanced Excel Formulas Course
    • Excel Expert Advanced Excel Training
    • Excel Tables Course
    • Excel, Word, Outlook
    • Financial Modelling Course
    • Excel PivotTable Course
    • Excel for Customer Service Professionals
    • Excel for Operations Management Course
    • Excel for Decision Making Under Uncertainty Course
    • Excel for Finance Course
    • Excel Analysis ToolPak Course
    • Multi-User Pricing
  • Resources
    • Free Downloads
    • Excel Functions Explained
    • Excel Formulas
    • Excel Add-ins
    • IF Function
      • Excel IF Statement Explained
      • Excel IF AND OR Functions
      • IF Formula Builder
    • Time & Dates in Excel
      • Excel Date & Time
      • Calculating Time in Excel
      • Excel Time Calculation Tricks
      • Excel Date and Time Formatting
    • Excel Keyboard Shortcuts
    • Excel Custom Number Format Guide
    • Pivot Tables Guide
    • VLOOKUP Guide
    • ALT Codes
    • Excel VBA & Macros
    • Excel User Forms
    • VBA String Functions
  • Members
    • Login
    • Password Reset
  • Blog
  • Excel Webinars
  • Excel Forum
    • Register as Forum Member

How to Prevent Same Selection from Lists in Two Combo boxes in VBA|VBA & Macros|Excel Forum|My Online Training Hub

You are here: Home / How to Prevent Same Selection from Lists in Two Combo boxes in VBA|VBA & Macros|Excel Forum|My Online Training Hub
Avatar
sp_LogInOut Log In sp_Registration Register
sp_Search Search
Advanced Search|Last Search Results
Search
Forum Scope




Match



Forum Options



Minimum search word length is 3 characters - maximum search word length is 84 characters
sp_Search Search
sp_RankInfo
Lost password?
sp_CrumbsHome HomeExcel ForumVBA & MacrosHow to Prevent Same Selection from …
sp_PrintTopic sp_TopicIcon
How to Prevent Same Selection from Lists in Two Combo boxes in VBA
Avatar
Nishit Bhatt

New Member
Members
Level 0
Forum Posts: 1
Member Since:
April 13, 2020
sp_UserOfflineSmall Offline
1
April 13, 2020 - 10:41 pm
sp_Permalink sp_Print

Hi,

Need assistance, I have created a form for my team which has 2 combo box and their are same names for selection in both the combo box and I need to make sure that the user can't select the same name if they have already selected it in either of the combo box.

 

Can someone please help. 

 

Below is the code written 

 

Sub Reset()

Dim Irow As Long

Irow = [Counta(Database!A:A)] ' idetiying the last row

With frmForm

.txtNAME.Value = ""
.cmbDM.Clear
.txtDATE.Value = Date
.optWaterfall.Value = False
.optAgile.Value = False
.cmbDOD.Clear

.cmbDM.AddItem "Accept Core MOPs"
.cmbDM.AddItem "Accept ALT Mops"
.cmbDM.AddItem "Digital Connect"
.cmbDM.AddItem "Field"
.cmbDM.AddItem "Inform"
.cmbDM.AddItem "POS Solution"
.cmbDM.AddItem "Servicing"
.cmbDM.AddItem "Value Added Services"

.cmbDOD.AddItem "TBD"
.cmbDOD.AddItem "Yes"
.cmbDOD.AddItem "No"

.txtRowNumber.Value = ""

.txtEXPTC.Value = ""
.txtACTC.Value = ""

.cmbTDC.Clear

.cmbTDC.AddItem "TBD"
.cmbTDC.AddItem "Self Created"
.cmbTDC.AddItem "Mixed"
.cmbTDC.AddItem "External"

.cmbPT.Clear
.cmbST.Clear

.cmbPT.AddItem "Divya Sivananda"
.cmbPT.AddItem "Francis G Burton"
.cmbPT.AddItem "Jane Reid"
.cmbPT.AddItem "Jeffrey R Wyman"
.cmbPT.AddItem "Latha Madasu"
.cmbPT.AddItem "Mauric Wimms"
.cmbPT.AddItem "Mohammed S Shaikh"
.cmbPT.AddItem "Mubin Bharde"
.cmbPT.AddItem "Nishit Bhatt"
.cmbPT.AddItem "Nolan Jones"
.cmbPT.AddItem "Ram Pandey"
.cmbPT.AddItem "Rugved Phatak"
.cmbPT.AddItem "Shamekia R Keaton"
.cmbPT.AddItem "Sunam Koirala"
.cmbPT.AddItem "Swapna Malkan"
.cmbPT.AddItem "Tiffany A Blevin"
.cmbPT.AddItem "Trupti Kulkarni"

.cmbST.AddItem "Divya Sivananda"
.cmbST.AddItem "Francis G Burton"
.cmbST.AddItem "Jane Reid"
.cmbST.AddItem "Jeffrey R Wyman"
.cmbST.AddItem "Latha Madasu"
.cmbST.AddItem "Mauric Wimms"
.cmbST.AddItem "Mohammed S Shaikh"
.cmbST.AddItem "Mubin Bharde"
.cmbST.AddItem "Nishit Bhatt"
.cmbST.AddItem "Nolan Jones"
.cmbST.AddItem "Ram Pandey"
.cmbST.AddItem "Rugved Phatak"
.cmbST.AddItem "Shamekia R Keaton"
.cmbST.AddItem "Sunam Koirala"
.cmbST.AddItem "Swapna Malkan"
.cmbST.AddItem "Tiffany A Blevin"
.cmbST.AddItem "Trupti Kulkarni"

.lstDatabase.ColumnCount = 13
.lstDatabase.ColumnHeads = True

.lstDatabase.ColumnWidths = "30,200,100,75,75,60,60,60,75,100,100,100,100"

If Irow > 1 Then

.lstDatabase.RowSource = "Database!A2:M" & Irow

Else

.lstDatabase.RowSource = "Database!A2:M2"

End If

End With

Avatar
Philip Treacy
Admin
Level 10
Forum Posts: 1514
Member Since:
October 5, 2010
sp_UserOfflineSmall Offline
2
April 15, 2020 - 9:04 am
sp_Permalink sp_Print

Hi Nishit,

Please see attached workbook for working solution.

Couple of things.  In the code you sent, you are referencing a control called txtDATE that does not exist.  I had to comment out any lines referencing this that I came across, there may be more that need fixing.

You've named the Full Time Team Member combobox cmbPT and the Part Time Team Member combobox cmbST.  I'd expected the Full Time box to be cmbFT and the Part Time one cmbPT?

Regards

Phil

sp_Feed
Go to top
Forum Timezone: Australia/Brisbane
Most Users Ever Online: 245
Currently Online: Lynnette Altomari, Karolis Kmitas, Roy Lutke, Jeff Krueger, Darrell Hodge
Guest(s) 10
Currently Browsing this Page:
1 Guest(s)
Top Posters:
SunnyKow: 1432
Anders Sehlstedt: 870
Purfleet: 412
Frans Visser: 346
David_Ng: 306
lea cohen: 219
A.Maurizio: 202
Jessica Stewart: 202
Aye Mu: 201
jaryszek: 183
Newest Members:
Sopi Yuniarti
sandra parker
LAFONSO HERNANDEZ
Hayden Hao
Angela chen
Sean Moore
John Chisholm
vexokeb sdfg
John Jack
Malcolm Toy
Forum Stats:
Groups: 3
Forums: 24
Topics: 6214
Posts: 27243

 

Member Stats:
Guest Posters: 49
Members: 31894
Moderators: 3
Admins: 4
Administrators: Mynda Treacy, Philip Treacy, Catalin Bombea, FT
Moderators: MOTH Support, Velouria, Riny van Eekelen
© Simple:Press —sp_Information

Sidebar

Blog Categories

  • Excel
  • Excel Charts
  • Excel Dashboard
  • Excel Formulas
  • Excel PivotTables
  • Excel Shortcuts
  • Excel VBA
  • General Tips
  • Online Training
  • Outlook
  • Power Apps
  • Power Automate
  • Power BI
  • Power Pivot
  • Power Query
microsoft mvp logo
trustpilot excellent rating
Secured by Sucuri Badge
MyOnlineTrainingHub on YouTube Mynda Treacy on Linked In Mynda Treacy on Instagram Mynda Treacy on Twitter Mynda Treacy on Pinterest MyOnlineTrainingHub on Facebook
 

Company

  • About My Online Training Hub
  • Disclosure Statement
  • Frequently Asked Questions
  • Guarantee
  • Privacy Policy
  • Terms & Conditions
  • Testimonials
  • Become an Affiliate

Support

  • Contact
  • Forum
  • Helpdesk - For Technical Issues

Copyright © 2023 · My Online Training Hub · All Rights Reserved. Microsoft and the Microsoft Office logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Product names, logos, brands, and other trademarks featured or referred to within this website are the property of their respective trademark holders.