|
|
|
Maxabout.com > Tips
Fast Way To Delete Microsoft Word PageAdded on:6/16/2008 2:09:27 PM In Microsoft Office Tips Rated by 1 users
Fast way to Delete Microsoft Word Page
Open Visual Basic Editor (VBE)from your Microsoft Word "Tools | Macro". Make a new module from "Insert | Module"
Insert this code
Sub Delete_Page()
ctiveDocument.Bookmarks("\Page").Range.Delete
End Sub
Run "Debug | Compile Project". Close your VBE & back to your document. For the next step, open "Tools | Macro | macros". Choose "Delete Page" option & click also "Organizer". Go to "Macro Project item" tab & copy "Module1" to "Normal1.Dot" Click OK to confirm. Now open "Tools | Customize" Go to "Commands" tab. On Categories section, click option "Macros". Next in "Commands" drag "Normal.Module1.Delete Page" into empty menubar. Right click your new button that you just made to change the name & the icon as well.
More Microsoft Office Tips
|
|
|
|