Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #3  
Old 08-18-2015, 01:46 PM
mikemike616 mikemike616 is offline Inserting Cross References into Cell Windows 7 64bit Inserting Cross References into Cell Office 2013
Novice
Inserting Cross References into Cell
 
Join Date: Aug 2015
Posts: 7
mikemike616 is on a distinguished road
Default

Okay so in the same document, I created a new macro with the code below. It successfully creates the bookmark but puts it in cell (2,1) instead of (2,2). Changing the code to put it in (2,1) puts it in the same spot. I don't understand what's happening here.

Furthermore, replacing ".InsertCrossReference" with ".Text = "test"" successfully sets the text of the specified cell to "test". It seems something is wrong with my bookmarks (they reference an XML linked content control if that makes a difference.) The thing that confuses me is that when I place the cursor in the cell and use "Selection.InsertCrossReference", it inserts the bookmark correctly, no problems.

Code:
Sub CrossRef()
ActiveDocument.Tables.Add Range:=Selection.Range, NumRows:=2, NumColumns:= _
    2, DefaultTableBehavior:=wdWord9TableBehavior, AutoFitBehavior:= _
    wdAutoFitFixed
With ActiveDocument.Range.Tables(4)
    With .Cell(2, 2).Range
        .InsertCrossReference ReferenceType:=wdRefTypeBookmark, ReferenceKind:=wdContentText, ReferenceItem:="DATE", InsertAsHyperlink:=True
    End With
End With
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert manual cross references in footnotes to other footnotes to automatic cross references ghumdinger Word VBA 7 11-20-2014 11:47 PM
Inserting Cross References into Cell Bookmarks & cross-references Suchoklates Word 1 09-19-2013 02:32 AM
Inserting Cross References into Cell Cross-References acolussi Word 9 05-16-2013 02:11 AM
MS Word cross-references? entity022 Word 3 06-03-2010 06:37 AM
Cross References egcharles Office 0 04-19-2009 06:20 AM

Other Forums: Access Forums

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