Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-26-2018, 10:36 PM
krishnamurthy.ka2810 krishnamurthy.ka2810 is offline Selection of a dropdown creates another dropdown wih the list Windows 10 Selection of a dropdown creates another dropdown wih the list Office 2016
Novice
Selection of a dropdown creates another dropdown wih the list
 
Join Date: Apr 2018
Posts: 6
krishnamurthy.ka2810 is on a distinguished road
Default Selection of a dropdown creates another dropdown wih the list

I am using the below VB code to auto fill text based on drop down using content control. I need to also create a dropdown based on another drop down selection. How do I include in the piece of code. Please help.

Private Sub Document_ContentControlOnExit(ByVal ContentControl As ContentControl, Cancel As Boolean)
Dim i As Long, StrDetails As String
With ContentControl

If .Title = "Company" Then
For m = 1 To .DropdownListEntries.Count
If UCase(.DropdownListEntries(m).Text) = UCase(.Range.Text) Then
Select Case m
Case 1
StrDetails = ""
Case 2
StrDetails = "Singapore"
Case 3
StrDetails = "Singapore"
Case 4
StrDetails = "Singapore"
Case 5
StrDetails = "Malaysia"


Case 6
StrDetails = "Thailand"
Case 7
StrDetails = "Cambodia"
Case 8
StrDetails = "Philippines"
Case Else: StrDetails = " "
End Select
End If
Next
ActiveDocument.SelectContentControlsByTitle("Count ry").Item(1).Range.Text = StrDetails

End If
End With
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Selection of a dropdown creates another dropdown wih the list Change color according with dropdown selection spk Word VBA 43 07-31-2022 03:51 PM
Selection of a dropdown creates another dropdown wih the list Multiple Selection Dropdown list ajanson Word VBA 36 07-15-2019 08:16 PM
Selection of a dropdown creates another dropdown wih the list Auto text after selection from Dropdown menu trainsy Word 2 06-04-2014 04:43 AM
block selection in dropdown list Intruder Excel 2 01-10-2013 10:20 AM
Selection of a dropdown creates another dropdown wih the list Dropdown selection value coconutt Word VBA 5 09-13-2012 05:23 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:11 PM.


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