Thread
: [Solved]
How to display a message box if a box is selected
View Single Post
12-11-2015, 02:46 AM
rosscortb
Windows XP
Office 2010 32bit
Novice
Join Date: May 2014
Posts: 17
Ok, Thanks
So would you do it the same way if you asking the user to input the text?
As I had,
Private Sub cmdOk_Click()
Selection.GoTo What:=wdGoToBookmark, Name:="FirstName"
Selection.TypeText Me.txtFirstName
Unload Me
End Sub
rosscortb
View Public Profile
Find all posts by rosscortb