ADOBE DEFAULT DOCUMENT VIEW FROM WORD

J

JJ

Hi, I am opening various Arobat docs from within Word 2003 VBA. All the
documents open at 50% view by default. I can open all the docs in
Acrobat, change the doc properties to 100% default view, save them and
then they open at 100%. We have approx. 100 docs - don't want to do
this 4 every 1. Is there any way I can let the docs open by default at
100%. Herewith my code from VBA:

Sub CM1()
Dim RetVal
RetVal = Shell("C:\\program files\Adobe\Acrobat 7.0\Acrobat\Acrobat.exe
c:\templates\cm forms\CM1.pdf", vbMaximizedFocus)
End Sub

Any help would be appreciated.
JJ
 

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