Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 05-11-2022, 11:38 PM
Basse Basse is offline ActiveX ComboBox showing different texts based on value Windows 10 ActiveX ComboBox showing different texts based on value Office 2021
Novice
ActiveX ComboBox showing different texts based on value
 
Join Date: May 2022
Posts: 4
Basse is on a distinguished road
Default

I think I managed to find a solution for this, so if anyone is interested, here's my solution:


Private Sub ComboBox1_DropButtonClick()

ComboBox1.List = Array("1", "2", "3")

If ComboBox1.Value = "1" Then
Bookmarks("Text1").Range.Font.Hidden = False
Bookmarks("Text2").Range.Font.Hidden = True
Bookmarks("Text3").Range.Font.Hidden = True
End If

If ComboBox1.Value = "2" Then
Bookmarks("Text1").Range.Font.Hidden = True
Bookmarks("Text2").Range.Font.Hidden = False
Bookmarks("Text3").Range.Font.Hidden = True
End If

If ComboBox1.Value = "3" Then
Bookmarks("Text1").Range.Font.Hidden = True
Bookmarks("Text2").Range.Font.Hidden = True
Bookmarks("Text3").Range.Font.Hidden = False
End If

End Sub
Reply With Quote
 

Tags
activex, combobox, show/hide



Similar Threads
Thread Thread Starter Forum Replies Last Post
Adjust userform layout based on combobox selection jrooney7 Word VBA 3 09-16-2018 07:23 PM
ActiveX ComboBox showing different texts based on value ActiveX Controls not showing when pasted from Word to Email Body Skahtn Word 1 09-06-2017 02:41 PM
Inserting a particular image based on a combobox selection LeonieD PowerPoint 2 06-27-2014 05:39 PM
how to populate textbox based on combobox selection in word IvanGeorgiev Word 1 02-21-2013 07:32 PM
ActiveX ComboBox showing different texts based on value how to populate textbox based on combobox selection in word IvanGeorgiev Word VBA 1 02-21-2013 07:28 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:24 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft