View Single Post
 
Old 12-11-2015, 02:46 AM
rosscortb rosscortb is offline Windows XP Office 2010 32bit
Novice
 
Join Date: May 2014
Posts: 17
rosscortb is on a distinguished road
Default

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
Reply With Quote