![]() |
#2
|
|||
|
|||
![]()
You can do it using the formattedtext method:
Code:
Sub ScratchMacro() 'A basic Word macro coded by Greg Maxey Dim oDoc1 As Document, oDoc2 As Document Set oDoc1 = Documents(1) Set oDoc2 = Documents(2) oDoc1.Bookmarks("TargetBMName").Range.FormattedText = oDoc2.Bookmarks("SouceBMName").Range.FormattedText lbl_Exit: Exit Sub End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Grahamers2002 | Drawing and Graphics | 5 | 07-02-2018 04:49 PM |
Find Bookmark, move to bookmark, execute code, repeat | raymm3852 | Word VBA | 10 | 04-15-2016 06:21 PM |
![]() |
newbieX | Word VBA | 6 | 11-20-2015 02:03 PM |
![]() |
RegAudit | Word | 6 | 03-16-2015 11:08 PM |
![]() |
Mijin | Word | 2 | 09-22-2011 03:14 AM |