Sample code "Goto" Word to Acrobat 6 Application

M

msoley

I want to create VBA Code:

Goto command macro: Word to Acrobat 6 Application

Sample Code please.
 
S

Steve Lang

Hi msoley,

Shell "C:\Program Files\Adobe\Acrobat 6.0\Acrobat\Acrobat.exe"

if you have reader only, the path will be slightly different:

Shell "C:\Program Files\Adobe\Acrobat 6.0\Reader\AcroRd32.exe"

HTH and have a great day!

Steve
 
Top