Michael Pettinicchi
Board Regular
- Joined
- Apr 11, 2002
- Messages
- 53
I posted this before but didn't get any answers so I'm trying it again just in case it was missed.
I need to open a PDF file from an Excel workbook.
It seems I need to create an Object like:
Set appWD = CreateObject("Word.Application")
but I don't know what it should be for a PDF.
Thanks,
Michael
I need to open a PDF file from an Excel workbook.
It seems I need to create an Object like:
Set appWD = CreateObject("Word.Application")
but I don't know what it should be for a PDF.
Thanks,
Michael