Home |
Search |
Today's Posts |
#1
|
|||
|
|||
How do I get rid of a page number on a Save As\ Text Only doc?
Help, I'm getting a single page number at the bottom of an ASCII text file
created in Word2k. The document is saved as a regular doc and a copy is saved as plain text. The *.DOC has no page numbers in it, but when I SaveAs Text Only I get a single page number at the bottom left. I know this is a page number because I changed the number to roman numeral under Insert\PageNumbers and it did change the number type. Another strange thing is when I did that I started getting 2 page numbers. I and I under each other. I blew away the normal.dot and the data key. Recreated the normal.dot, but I still get the same thing. I've checked everywhere I can find for page number settings and find nothing. I checked hidden text, field codes and headers and footers. No sign of any page number token. Remember it doesn't show up in the Word2k .DOC copy just the ASCII text version. Thanks, Mike |
#2
|
|||
|
|||
Hi Mike,
I'm inclined to believe it's still in the *.doc file, but perhaps pushed off the visible portion of the page. When you say it shows up in the text file, I take it, from your description, that this is before you've actually closed the file - just viewing it in Word? (Because otherwise there's no possible way the numbers could be one over the other.) Page numbers inserted over the dialog box you mention are placed in FRAMES, so they can be moved around the page. Assuming your document doesn't use frames for anything else, see if this little macro helps: Sub MoveFrames() Dim fram as Word.Frame For each fram in ActiveDocument.Frames fram.Delete Next End Sub I'm getting a single page number at the bottom of an ASCII text file created in Word2k. The document is saved as a regular doc and a copy is saved as plain text. The *.DOC has no page numbers in it, but when I SaveAs Text Only I get a single page number at the bottom left. I know this is a page number because I changed the number to roman numeral under Insert\PageNumbers and it did change the number type. Another strange thing is when I did that I started getting 2 page numbers. I and I under each other. I blew away the normal.dot and the data key. Recreated the normal.dot, but I still get the same thing. I've checked everywhere I can find for page number settings and find nothing. I checked hidden text, field codes and headers and footers. No sign of any page number token. Remember it doesn't show up in the Word2k .DOC copy just the ASCII text version. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
|
|||
|
|||
Thanks Cindy,
I looked for frames and didn't find any. I did finally find it though. It was the Page Setup\Layout\Different First Page was checked and since these little notes were never longer than one page it couldn't be seen on the regular DOC and showed up on the ASCII copy. I opened the template. Added a page break in the first page and the showed Header and Footer. Voila there was a page token in the footer of the second page. Deleted it and the page break, then saved the template and the numbers disappeared on the ASCII copy. Live and learn, I looked everywhere for 3 weeks for this little bugger. Thanks, Mike "Cindy M -WordMVP-" wrote in message news:VA.0000a952.007f0b7f@speedy... Hi Mike, I'm inclined to believe it's still in the *.doc file, but perhaps pushed off the visible portion of the page. When you say it shows up in the text file, I take it, from your description, that this is before you've actually closed the file - just viewing it in Word? (Because otherwise there's no possible way the numbers could be one over the other.) Page numbers inserted over the dialog box you mention are placed in FRAMES, so they can be moved around the page. Assuming your document doesn't use frames for anything else, see if this little macro helps: Sub MoveFrames() Dim fram as Word.Frame For each fram in ActiveDocument.Frames fram.Delete Next End Sub I'm getting a single page number at the bottom of an ASCII text file created in Word2k. The document is saved as a regular doc and a copy is saved as plain text. The *.DOC has no page numbers in it, but when I SaveAs Text Only I get a single page number at the bottom left. I know this is a page number because I changed the number to roman numeral under Insert\PageNumbers and it did change the number type. Another strange thing is when I did that I started getting 2 page numbers. I and I under each other. I blew away the normal.dot and the data key. Recreated the normal.dot, but I still get the same thing. I've checked everywhere I can find for page number settings and find nothing. I checked hidden text, field codes and headers and footers. No sign of any page number token. Remember it doesn't show up in the Word2k .DOC copy just the ASCII text version. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 8 2004) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
Reply |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
How do i get rid of a page number on a Save As\ Text Only doc? | Microsoft Word Help | |||
Page Number | Page Layout | |||
Page Number and Page header on the first page | Formatting Long Documents | |||
When insert page number is clicked, the number inserted at page 1. | Page Layout | |||
can get page number to display, but cannot get page number to pri. | Microsoft Word Help |