Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 05-25-2011, 09:06 AM
b0x4it b0x4it is offline Putting a bookmark on a REF field in the selection Windows 7 32bit Putting a bookmark on a REF field in the selection Office 2010 32bit
Advanced Beginner
Putting a bookmark on a REF field in the selection
 
Join Date: May 2011
Posts: 95
b0x4it is on a distinguished road
Default Putting a bookmark on a REF field in the selection

I am trying to find a REF field in the selected text and adding a bookmark to it using this code:



Code:
Sub AddBookmark()
    Dim oStoryRng As Range
    Dim oFld As Field
    For Each oFld In Selection.Fields
        If oFld.Type = wdFieldRef Then
            ActiveDocument.Bookmarks.Add Range:=oFld, Name:="test"
            oFld.Update
        End If
    Next oFld
End Sub
But when I select the text that includes the field and then run this code, nothing happens and no bookmark is added. Would you please let me know what is wrong with this code?
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Putting a bookmark on a REF field in the selection Highlight and put bookmark on the closest field to the cursor b0x4it Word VBA 11 05-19-2011 11:15 PM
Putting a bookmark on a REF field in the selection Question about putting editable inscriptions over a picture in RTF 62mkv Drawing and Graphics 4 03-20-2011 10:32 PM
Putting a bookmark on a REF field in the selection Form Field - Drop down selection causing auto text chesspupil Word VBA 7 05-09-2010 05:43 AM
Putting periods/dots around the letter A ph3iron Word 0 03-27-2010 06:11 AM
Read Receipt option on even after putting it off ran_sushmi Outlook 0 04-17-2009 06:31 AM

Other Forums: Access Forums

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