Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to load a PDF using Excel VBA? Can anyone give sample code
Many thanks in advance! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
what do you mean with 'load PDF'. Note: Its not so easy to convert a PDF document back to an Excel file format (has nothing to do with VBA) -- Regards Frank Kabel Frankfurt, Germany James wrote: How to load a PDF using Excel VBA? Can anyone give sample code? Many thanks in advance! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I mean, I got a PDF file. I want to use Excel VBA to open that PDF in Acrobat Reader. Just like when you double-click a PDF using the mouse
|
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi James
o.k. that's simple :-) have a look at the VBA Shell method. e.g. Shell "mypdffile.pdf" -- Regards Frank Kabel Frankfurt, Germany James wrote: I mean, I got a PDF file. I want to use Excel VBA to open that PDF in Acrobat Reader. Just like when you double-click a PDF using the mouse. |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"Frank Kabel" wrote:
<<Shell "mypdffile.pdf" Does this really work on your machine? I had trouble with this (Win ME and Excel 2000 SP-3). (See my post about an hour before yours.) (Need to resynchronize your newsreader every 15 minutes or so?) -- Regards, Bill |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
HELP!!!! New PC and can't load excel | Setting up and Configuration of Excel | |||
how do i load excel | Setting up and Configuration of Excel | |||
Excel won't load | Excel Discussion (Misc queries) | |||
Excel XP will not load | Setting up and Configuration of Excel | |||
How to use Excel C API to load an XLL add-in? | Excel Programming |