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
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