Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #8  
Old 07-19-2022, 05:15 AM
Aussie_Z Aussie_Z is offline Define custom Cross-reference output format to include "static" text and pg numbers Windows 10 Define custom Cross-reference output format to include "static" text and pg numbers Office 2021
Novice
 
Join Date: Jul 2022
Posts: 2
Aussie_Z is on a distinguished road
Default

I'd like to ask a related follow-on question. Is this macro appropriate to be modified, or can someone suggest how I might, 1) using a Word document like this:

1.0 Heading 1
1.1 Heading 2
2.0 Heading 3

2) When selecting a heading cross-reference, output the following cross reference hyperlinks

Section 1.0, Heading 1

OR

3) What I am really trying to do is have the macro ask for a heading number (e.g., 1.0) and have the VBA put, in the current document location, the heading hyperlinks
(e.g., "Section 1.0, Heading 1")


Sub InsertXrefWithPage2()
Dim StrNm As String
Dim Dlg As Dialog

Set Dlg = Dialogs(wdDialogInsertCrossReference)
Dlg.InsertAsHyperLink = 1
Dlg.Display

With Selection

Dim CurrentStyle As Style
Set CurrentStyle = .Style
.Start = .Start - 1

If .Fields.Count = 0 Then Exit Sub

StrNm = "PAGE" & LTrim(.Fields(1).Code.text)
.Collapse wdCollapseEnd
.InsertAfter ", "
.Style = CurrentStyle
.Collapse wdCollapseEnd

Dim addedField As Field
End With

End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Define custom Cross-reference output format to include "static" text and pg numbers Add static text to cross-reference tfa91 Word 7 10-09-2019 07:15 AM
Define custom Cross-reference output format to include "static" text and pg numbers Making cross-reference say "Fig." instead of "Figure" dgalb Word 17 11-09-2014 06:25 AM
Define custom Cross-reference output format to include "static" text and pg numbers Reference number and cross reference for equation numbers to match the thesis format wmac Word 1 05-14-2013 08:54 PM
Cross Reference Heading Number with the word "Section" included bblouin Word 5 12-20-2012 05:27 PM
Define custom Cross-reference output format to include "static" text and pg numbers Is there a way to make the cross-refernce format to be "Only lable and number"? Jamal NUMAN Word 1 04-10-2011 03:31 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 07:04 AM.


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