Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Macro to open a pdf file
Hi wishes29,
go to button properties -> Actions -> External (Action Type) -> Launch (Actions).
Under Application enter "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe" (may be diff for you)
Under Filename enter the path of the pdf file.
Can u pls try this.
Thanks,
Robinson
Hi wishes29,
go to button properties -> Actions -> External (Action Type) -> Launch (Actions).
Under Application enter "C:\Program Files\Adobe\Reader 9.0\Reader\AcroRd32.exe" (may be diff for you)
Under Filename enter the path of the pdf file.
Can u pls try this.
Thanks,
Robinson
Similarly we can write this script:
FUNCTION OpenPdf
set app = ActiveDocument.GetApplication
app.Launch "C:\Program Files\Adobe\Reader 10.0\Reader\AcroRd32.exe", "file path"
END FUNCTION
Hi wishes29,
Yes you can...
But remember avoid macros, if you can achieve the same using triggers.
Thanks,
Robinson