View Single Post
  #2   Report Post  
Graham Mayor
 
Posts: n/a
Default

Brian wrote:
Hi All,

1) How can I invert (upside-down) text on a page?


See http://www.gmayor.com/rotate_text.htm


2) How can I simply delete a particular page? (I have the hardest
time with this one)


Word is not a page layout application. The document is continuous and
formatting depends on the current printer driver. Thus to delete the 'page'
you have to select the content of the page and delete that. This 'page' can
comprise of several elements that are not in the text layer so the results
are unpredictable, but a simple macro *MAY* help in at least some documents.
There is always undo (CTRL+Z) if it doesn't go quite to plan:

Sub PageDelete()
ActiveDocument.Bookmarks("\page").Range.Delete
End Sub

http://www.gmayor.com/installing_macro.htm

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org