About word2003

V

Victor

hello

I have an application using visual basic.net y word 2003
This application generates several pages. I need that always show the first
page when this document is generate.
Please, can you help me with some code??
thanks...

PD.. my native language is Spanish, but I try to write in
English!!!!!!!!!!!!
 
C

Cindy M -WordMVP-

Hi Victor,
I have an application using visual basic.net y word 2003
This application generates several pages. I need that always show the first
page when this document is generate.
If I understand you correctly, the problem is that the user is seeing the last
page, when your application finishes? And you want to display the first page,
instead? Try this

wdApp.Selection.HomeKey wdStory

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 
Top