![]() |
#1
|
|||
|
|||
![]()
Hey Guys,
I have a lot of docs that I have to insert author bio into. I would like to insert this info in place of the first footnote with an asterisk (or some other symbol). All of the macros I have looked at online insert both the symbol and a number, which I don't want. Here is the code I use presently to insert footnotes: [ Sub InsertFootnote() 'Insert NGSQ style Footnote ActiveDocument.Footnotes.Add Range:=Selection.Range With Selection .Paragraphs(1).Range.Font.Reset .Paragraphs(1).Range.Characters(2) = "" .Characters.First.Previous.InsertBefore vbTab .InsertAfter ". " & vbTab .Collapse wdCollapseEnd End With End Sub] Suggestions on how to modify this code? |
Thread Tools | |
Display Modes | |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
TheBigBoss | Word VBA | 5 | 06-10-2022 06:14 AM |
![]() |
Le_Blanc | Word VBA | 10 | 03-22-2021 11:38 AM |
VBA macro to change author name in tagged comments, then delete the tags | mjt | Word VBA | 0 | 01-28-2021 08:48 AM |
![]() |
ndnd | Word VBA | 10 | 01-06-2015 01:47 PM |
![]() |
YooNaa Kim | PowerPoint | 1 | 06-17-2012 12:04 PM |