Fast way to Delete Microsoft Word Page
:: Applicationz :: Tipz and Trickz
Page 1 of 1
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 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.
Insert this code 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.
Similar topics
» Microsoft Wireless Arc Mouse
» PDF to Word 3 converter full
» Microsoft Visual Basic 6.0 Black Book
» Microsoft Natural Wireless Laser Mouse 6000
» Microsoft SideWinder Mouse : a new mouse for joy
» PDF to Word 3 converter full
» Microsoft Visual Basic 6.0 Black Book
» Microsoft Natural Wireless Laser Mouse 6000
» Microsoft SideWinder Mouse : a new mouse for joy
:: Applicationz :: Tipz and Trickz
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum