Word in full screen

O

Orlando Gondar

Is there any command - line that I can add to Word's shortcut
so it starts in full mode ?

Thanks
 
D

Doug Robbins

Use an autoexec() macro containing the following command:

ActiveWindow.View.FullScreen = True

--
Please respond to the Newsgroup for the benefit of others who may be
interested. Questions sent directly to me will only be answered on a paid
consulting basis.

Hope this helps,
Doug Robbins - Word MVP
 
G

Graham Mayor

Or right click the shortcut and set the property run: to maximized.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 
O

Orlando Gondar

Maximized is the way I had all my programs, that is not full screen view

How I do do this Micro for word?

ActiveWindow.View.FullScreen = True
 
O

Orlando Gondar

I tryed, but I got an error saying that could not be done since there was no
document oppened, the idea was that when I double-click a word
document on explorer, it will show me the document in full screen.
 
G

Graham Mayor

The macro is running before the document opens - try changing its name from
Autoexec to Autoopen to give the document chance to open first.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP

My web site www.gmayor.com

<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top