![]() |
#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 |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Swarup | Word | 11 | 07-26-2022 01:51 PM |
![]() |
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 |
![]() |
Dickison | Word VBA | 4 | 10-06-2012 09:11 PM |
![]() |
kenglade | Word | 22 | 09-14-2012 04:10 PM |