Search : in
By :

Go to next page in word doc using VBA code

Last answer on May 29, 2009 8:23:16 am BST Bagmita, on May 29, 2009 5:09:16 am BST 
 Report this message to moderators

Hello,
Can any one tell me how go to next page in microsoft word doc using Excel Vba + macro code

Configuration: Windows XP Internet Explorer 6.0

Best answers for « go to next page in word doc using VBA code » in :
How do I change the margins in a Word doc? Show How do I change the margins in a Word doc? That's very simple. 1. Choose "Page Setup" from the File menu. 2. Click on the Margins tab. 3. Enter numbers in the Top, Bottom, Left, and Right boxes or use the arrows to scroll by tenths...
Download Free Word/Doc Txt to Image Jpg/Jpeg Bmp Tiff Png Show It is usually the images that we insert into Word, Excel or PowerPoint documents. This time, it is the opposite, because we are going to convert these documents to image formats. All to Jpg / JPEG Image Bmp Tiff Png Converter is a powerful tool which...
Adding a VBA CommandButton with its respective the code ShowAdding a VBA CommandButton with its respective the code Paste these two sub in a general module (Module1 for example). Sub CreateButton() Dim Obj As Object Dim Code As String Sheets("Sheet1").Select 'create button ...
How do I find Word's keyboard shortcuts? ShowHow do I find Word's keyboard shortcuts? To deal with shotcuts you have several possibilities. 1- Some keyboard shortcuts are listed next to the items in the main menu (just open menu list and check out). 2- You can also find...
[VBA] Deleting a word in a range of cell Show[VBA] Deleting a word in a range of cell In the case you want to delete a word in a sentence, just create a small macro that removes the word. But it will become difficult when you have word like, for example, "Theword" or "THEWORD" or...
Download Free PowerPoint/PPT to Pdf Converter ShowIt is frequent to convert Word, Excel or image files to PDF format. But it is not very common to convert a PowerPoint file to the PDF format. PowerPoint / PPT to Pdf Converter is an application allowing to convert easily and quickly PowerPoint...
Managing images in HTML ShowHow do you display images on a web page? Having a few images on a website can make it more attractive and user-friendly. However, it is important not to go overboard, since images can take a long time to load, and in some cases can make a document...

1

mubashir aziz, on May 29, 2009 6:44:54 am BST
  • +2

You can use bookmarks for this purpose ....... this is the combination of bookmarks and hyper link .....

Never ashamed to get or give Advise.
Muhammad Mubashir Aziz , Lodhran

Reply to mubashir aziz

3

Bagmita, on May 29, 2009 7:42:54 am BST
  • +2

Can you share with me the actual codes how this can be done.

Reply to Bagmita

4

mubashir aziz, on May 29, 2009 7:52:09 am BST
  • +2

If you just want to go on page number then Press F5 and in Goto Tab enter the page number and you will go to on that page ...

But if you have something else in your mind then please do let me know ......

There is some idea of Table of Contents as well that in your main page you can just press the Press Number with some heading and go to that page .... Another idea is Book Mar ... Suppose on Page 5 you have word Page5 now select that Word and go in Insert> Book mark > Give name Page5 (don't use space) and now press Add ....
Now go on first page wirte Go to page 5 and select the whole work "Go to page5" and now go in Insert>Hyperlink >Press Book mark on Right side > now you can see list of book mark which you have created just click page5 book mark .... now you will see word Go to page5" will be in blue color and you'll be able to see while taking your cursot on the text <Ctrl & Click to folow the link> now press Ctrl key from the key board and Click "Go to page5" and you will be on page 5 .....

Reply to mubashir aziz

5

 Bagmita, on May 29, 2009 8:23:16 am BST

Sorry this is not my requirement.

Reply to Bagmita