ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Help with Shell to Acrobat Reader (https://www.excelbanter.com/excel-programming/371997-help-shell-acrobat-reader.html)

Jimbo[_4_]

Help with Shell to Acrobat Reader
 
I wish to shell to adobe acrobat from within excel and because the workbook
may be on different standalone workstations I would like to use a variable
to store the program and location associated with .pdf files

I'm stumped ... please help

Regards and TIA



Gary''s Student

Help with Shell to Acrobat Reader
 
Try something like:


Sub Macro1()
x = Shell("cmd.exe /c C:\Userguide.pdf", 1)
End Sub


Note that by shelling to cmd.exe you don't need to open the application
directly.
--
Gary's Student


"Jimbo" wrote:

I wish to shell to adobe acrobat from within excel and because the workbook
may be on different standalone workstations I would like to use a variable
to store the program and location associated with .pdf files

I'm stumped ... please help

Regards and TIA





All times are GMT +1. The time now is 11:36 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com