![]() |
|
#1
|
|||
|
|||
|
Hi there
Trying to add a footnote reference in the bookmark [SymbolAst] I basically have three consecutive bookmarksm: [SymbolA][SymbolB][SymbolAst] This code will add the asterisk but before SymbolB? I have tried r.End and r.End-1 also Code:
If CheckBox13 = True Then
If BookmarkExists("SymbolAst") Then
Dim r As Range
Set r = ActiveDocument.Bookmarks("SymbolAst").Range
ActiveDocument.Footnotes.Add Range:=r, _
Text:=TextBox4.Value, _
Reference:="*"
Else
MsgBox "Nope"
End If
End If
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Footnote references in the footnote section losing their style when cut+pasted from same doc
|
emblaw | Word | 4 | 12-08-2020 06:23 AM |
Removing line break and indentation between footnote number and footnote text in Word
|
jaanross | Word | 5 | 02-06-2020 12:04 AM |
| REf Fields show Bookmark whole cell when Bookmark is created by code. | pmcpowell | Word VBA | 2 | 11-16-2019 07:05 PM |
Adding footnote number as part of footnote text
|
NoCalScribe | Word VBA | 3 | 07-15-2019 07:20 PM |
| Find Bookmark, move to bookmark, execute code, repeat | raymm3852 | Word VBA | 10 | 04-15-2016 06:21 PM |