Re: Cannot get rid of footnotes
From: Doug Robbins - Word MVP (dkr_at_NOmvpsSPAM.org)
Date: 04/13/04
- Next message: Stefan Blom: "Re: Cannot get rid of footnotes"
- Previous message: David Cox: "Not prompted to save changes..."
- In reply to: Grant: "Re: Cannot get rid of footnotes"
- Next in thread: Grant: "Re: Cannot get rid of footnotes"
- Reply: Grant: "Re: Cannot get rid of footnotes"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Apr 2004 22:07:53 +1000
Grant,
Attachments are not permitted in newsgroups that do not include the word
binaries in the title of the newsgroup.
The comments that Uncle Joe has made did not preclude two other people from
trying to help you. However, knowing those people, I know that they would
not open your attachment. Sometimes however, I am prepared to play Russian
Roulette
Run the following macro and it will get rid of the footnotes.
Dim afootnote As Footnote, mytext As String
For Each afootnote In ActiveDocument.Footnotes
mytext = afootnote.Reference.Text
afootnote.Reference.InsertBefore mytext
afootnote.Reference.Delete
Next
-- Please post any further questions or followup to the newsgroups for the benefit of others who may be interested. Unsolicited questions forwarded directly to me will only be answered on a paid consulting basis. Hope this helps Doug Robbins - Word MVP "Grant" <gpsnett@hotmail.com> wrote in message news:e4C5qLUIEHA.364@TK2MSFTNGP11.phx.gbl... > Your stupid comments about bugs in my document have probably prevented me > getting a solution to this problem. Ive had to post 5 times to try and > describe the problem when all it would take is someone to open the document > and see for themselves. I have NAV with the latest definitions - and a virus > free computer. If you had any sense you would too. That said, is it so > difficult to save the document and virus scan the thing? If that is done and > you disable macros then what damage can a Word doco do? You didnt even > attempt a solution. Whats the difference betweeen saving it to your computer > from a public URL or from an attachement? > > > "Uncle Joe" <Uncle Jose@anonymous.net> wrote in message > news:eD08jJPIEHA.3248@TK2MSFTNGP12.phx.gbl... > > Please don't attach documents. We have no idea > > what kind of "bugs" could be in your document. > > > > If you have a website, paste the documents > > there and give us the URL(s) thereof. > > > > If not, simulate the footnote text in another note. > > > > I, for one, won't go near an attachment. Sorry. > > > > "Grant" <gpsnett@hotmail.com> wrote in message > > news:uBuXr8OIEHA.3044@TK2MSFTNGP10.phx.gbl... > > > Hello, > > > > > > Ive attached a document which contains a few examples of footnotes > > that I > > > dont know how to get rid of. The footnotes attach to words - unlike > > what I > > > am used to where numbers usually appear next to the words that > > contain > > > footnotes. As you can see in the footnoes section there is nothing > > except a > > > full stop which links to words in the main document? > > > > > > This is very confusing and I cant seem to get rid of the footnotes > > section. > > > Can anyone show me how to clear the document of all these > > references? > > > > > > Thanks for any help, > > > Grant > > > > > > > > > > > > > > >
- Next message: Stefan Blom: "Re: Cannot get rid of footnotes"
- Previous message: David Cox: "Not prompted to save changes..."
- In reply to: Grant: "Re: Cannot get rid of footnotes"
- Next in thread: Grant: "Re: Cannot get rid of footnotes"
- Reply: Grant: "Re: Cannot get rid of footnotes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|