Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #5  
Old 08-20-2014, 12:59 PM
tariqaleed2 tariqaleed2 is offline insert fields mail merge in vba Windows 7 32bit insert fields mail merge in vba Office 2010 32bit
Novice
insert fields mail merge in vba
 
Join Date: Jul 2014
Posts: 14
tariqaleed2 is on a distinguished road
Default

Thanks macropod for the advice and help .


This code was modified is working well , this is what I want, but it does not work in the text box, can possible modify it to be working in the text box
Greetings to all

Sub FindIt()
Dim blnFound As Boolean



Dim rngFound As Range
Dim strTheText As String


Application.ScreenUpdating = False
For i = 0 To 4
Selection.HomeKey wdStory
Selection.Find.Text = "TARIQ"
blnFound = Selection.Find.Execute
If blnFound Then
Selection.MoveStartWhile wdWord
Set rng1 = Selection.Range

ActiveDocument.MailMerge.Fields.Add Range:=Selection.Range, Name:="FirstName"
End If
'move back to beginning
Selection.HomeKey wdStory
Next
Application.ScreenUpdating = True
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
insert fields mail merge in vba Typing Mail Merge Fields instead of clicking them? Mjpunj Mail Merge 1 06-20-2014 05:28 PM
Mail Merge Directory - Combining fields officegirl Mail Merge 1 03-21-2013 11:02 PM
insert fields mail merge in vba Mail Merge only produces 15 fields fm 22 Galceran Mail Merge 2 02-10-2013 05:47 PM
insert fields mail merge in vba Conditional merge fields in mail merge Aude Mail Merge 1 01-06-2012 07:38 PM
insert fields mail merge in vba Mail Merge truncating 'some' of the text fields......Not sure what to do sssb2000 Mail Merge 5 09-26-2010 09:40 AM

Other Forums: Access Forums

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