Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Opening Acrobat Reader using VBA | Excel Programming | |||
Opening Acrobat Reader using VBA | Excel Discussion (Misc queries) | |||
Print Acrobat Reader PDF file from VBA | Excel Programming | |||
how to re install Adobe Acrobat in Excel? The adobe Acrobat work. | Excel Discussion (Misc queries) | |||
how sendKeys to Acrobat Reader | Excel Programming |