Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 03-16-2015, 05:15 AM
rosscortb rosscortb is offline text based on Combo box selection Windows XP text based on Combo box selection Office 2010 32bit
Novice
text based on Combo box selection
 
Join Date: May 2014
Posts: 17
rosscortb is on a distinguished road
Default text based on Combo box selection

Hi

Word 2010

I have a combo box, with Engineer an option.

I have a bookmark also called Grade, If Engineer is select then Grade should equal D

Private Sub UserForm_Initialize()
With Me.cboPosition
.AddItem "Engineer"

End With
End Sub



Private Sub cmdOk_Click()

Selection.GoTo What:=wdGoToBookmark, Name:="Position"
Selection.TypeText Me.cboPosition


If Me.cboPosition = True Then
Selection.GoTo What:=wdGoToBookmark, Name:="Grade"
Selection.TypeText "E"


How do I Get the word E to display?

Thanks

Ross
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide/Unhide Text Based on Drop Down Selection gw1500se Word 3 02-19-2015 12:17 PM
text based on Combo box selection Show/Hide Text based on Checkbox Selection tammytran105 Word VBA 7 10-02-2014 04:30 PM
text based on Combo box selection Hide/Unhide a Block of Text Based on Choice Selection inquirer Word VBA 7 09-22-2014 04:41 PM
Display paragraph of text based on value selected in combo WordWaza Word 0 08-09-2013 06:30 AM
Macro to populate a text form field based on dropdown selection koloa Word 0 10-20-2011 11:52 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:00 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