#1   Report Post  
malagon malagon is offline
Junior Member
 
Posts: 0
Default footnotes problem

Hello to all,
I want to insert a footnote using a macro/vba on the word prescription in the bookmark
paragraph below. Please note that the word prescription is used on other paragraphs in my word document which is not
part of a bookmark. This macro is not inserting the footnote correctly when I preview the document.
Can someone help me.

thanks a bunch

Dim strMedicine As String

strMedicine = "Keep track of how many tablets have been used from each new bottle" & _
" of this medicine. " & txtMedicine & " is a drug of abuse and you" & _
" should be aware if any person in the household is using this" & _
" medicine improperly or without a prescription."

UpdateBookmark "bkMedicine", strMedicine


Sub MakeFootNotes()
Selection.WholeStory
Selection.Find.ClearFormatting
With Selection.Find
.text = "prescription"
.Replacement.text = ""
.Forward = True
.Wrap = wdFindContinue
.Format = False
.MatchCase = False
.MatchWholeWord = False
.MatchWildcards = False
.MatchSoundsLike = False
.MatchAllWordForms = False
End With
Selection.Find.Execute
With Selection
With .FootnoteOptions
.Location = wdBottomOfPage
.NumberingRule = wdRestartContinuous
.StartingNumber = 1
.NumberStyle = wdNoteNumberStyleArabic
.LayoutColumns = 0
End With
.Footnotes.Add Range:=Selection.Range, Reference:=""
.Font.Superscript = True
Selection.TypeText text:="Tell your doctor if this medicine seems to stop working as well in relieving your pain."
End With
End Sub
Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with footnotes in Word 2007 JohnO Microsoft Word Help 9 April 25th 09 07:28 PM
A problem with footnotes [email protected][_2_] New Users 3 December 3rd 07 09:04 PM
Problem when deleting footnotes Aleks Microsoft Word Help 4 November 26th 07 01:18 AM
formatting of footnotes problem Steve Microsoft Word Help 3 October 21st 06 03:49 AM
Problem with Footnotes Nick Cumberbatch New Users 8 September 12th 06 03:46 AM


All times are GMT +1. The time now is 12:54 AM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"