Open pdf file using command buttong in excel
Solved/Closed
Related:
- Open pdf file using command buttong in excel
- Save as pdf office 2007 - Download - Other
- All networking commands pdf - Guide
- How to open .msi file - Guide
- Excel to pdf - Download - PDF
- Csgo speed command - Guide
2 responses
remember seeing ur post on another site..and tried that but doesnt work.
i now got it working as below
ActiveWorkbook.FollowHyperlink fpath & attach_name, NewWindow:=True
i now got it working as below
ActiveWorkbook.FollowHyperlink fpath & attach_name, NewWindow:=True
Excelguru
Posts
261
Registration date
Saturday April 11, 2009
Status
Member
Last seen
June 21, 2011
307
May 20, 2009 at 07:36 AM
May 20, 2009 at 07:36 AM
Hi
Try this (not checked)
retval = Shell("C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe " & path & fname, 1)
Do let me know If it helps...
Try this (not checked)
retval = Shell("C:\Program Files\Adobe\Reader 8.0\Reader\AcroRd32.exe " & path & fname, 1)
Do let me know If it helps...
Feb 14, 2012 at 05:14 AM