Topic:How can I get Word 2007 to open on the last page of a multi-page document? Remainpoint:0
   
PostTime:12/16/2008 4:51:46 PM FloorTop
Lv is 1
Avatar
Level:
1
Professional point:
91
Experience:
26
Thread:
283
Post:
971
Total online time:
26M
Joined date:
4/28/2007 10:46:00 PM
Last Visit:
12/17/2008 12:14:45 AM
Status:
Offline
Hello All,

I manage the maintenance on a corporate jet. I have a Dell Inspiron 6400 laptop running Vista. We use Microsoft Word 2007 for our maintenance log book, oldest maintenance entries to newest. I want WORD to open my logbook document on the last page of the document when I fire it up, not the first. Any ideas? My email address is greg6beth@yahoo.com.

Thanks, Greg Stultz
 
     
   
Gender PostTime:12/16/2008 10:34:02 PM Point:0 | Floor# 1
Lv is 2Lv is 2
portrait
Level:
2
Professional point:
0
Experience:
62
Thread:
109
Post:
432
Total online time:
62M
Joined date:
4/19/2007 8:51:00 AM
Last Visit:
6/2/2007 11:17:51 AM
Status:
Offline
The only way I know how to do this is using a macro. Open the document and press ALT + F11 to open the VBA editor. In the project explorer window on the left you will need to right click the object labeled "ThisDocument" and choose "View Code"

Paste the code below into the blank code window and save the document. You will need to adjust the macro security level to medium or low from the main Word window by clicking TOOLS --> MACRO --> SECURITY

Code:
Private Sub Document_Open()Selection.EndKey Unit:=wdStoryEnd Sub

You can also accomplish the same action without using a macro by opening the document and clicking CTRL + END to take you to the last page.

Regards,
Rollin
 

     
1

Sorry, you are not login, click here to login

 

About us | Advertise | Contact us | Partner | Bug Report|Suggesting box|Donation
Home | Forum | Affiliate program| Remote help | Setting | Search | Document | Help | Download|Message

 

Start new topicAdvanced search