![]() |
|
#1
|
||||
|
||||
![]()
With the code you're using, the insertion point should show up in the footnote, not in "the page somewhere". Try:
Code:
Sub InsertFootnote() ActiveDocument.Footnotes.Add Range:=Selection.Range With Selection.Paragraphs.Last.Range .Font.Reset .Characters.Last.Previous.Text = ". " & vbTab .Characters.Last.Previous.Select End With Selection.Collapse wdCollapseEnd End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Le_Blanc | Word VBA | 10 | 03-22-2021 11:38 AM |
Macro not running on exiting legacy drop down menu. | supremegrandruler | Word VBA | 5 | 12-11-2014 11:14 PM |
issue in running macro in mac | expert4knowledge | Word VBA | 5 | 08-13-2014 02:33 PM |
Macro to find text only footnote numbers | TimFromPhx | Word VBA | 7 | 04-10-2014 07:05 PM |
![]() |
yessmarie | Word VBA | 1 | 05-25-2012 12:04 AM |