![]() |
|
#1
|
|||
|
|||
|
Hello all,
I would like to programmatically loop through the endnotes that are part of the selected text in a Word document. I can do that, but the code gives me ALL endnotes in the document. It seems to ignore the fact that I only want the endnotes from what text is selected (text contains the superscript index numbers). Can anyone help please ? Thanks a lot ! In the screenshot, I selected 2 lines of text, still I get all my 327 endnotes of the active document. I would expect only a couple of endnotes in the Immediate window. HTML Code:
Sub forum()
Dim e As Endnote
For Each e In Selection.Range.Endnotes
Debug.Print e.Index
Next
End Sub
|
| Tags |
| endnote reference |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Footnote formatting>"Apply changes to selected text" not limiting changes to selected text
|
Swarup | Word | 11 | 07-26-2022 01:51 PM |
Find and Replace Selected Text or Macro for finding selected text
|
mrplastic | Word VBA | 4 | 12-20-2019 01:25 PM |
| Powerpoint-2019 Text in selected theme remains in All Caps even when small caps option is selected | Tanasha4 | PowerPoint | 2 | 04-06-2019 07:53 PM |
How to convert endnotes in a text doc to Word endnotes?
|
Dickison | Word VBA | 4 | 10-06-2012 09:11 PM |
Separating endnotes from text
|
kenglade | Word | 22 | 09-14-2012 04:10 PM |