andersbitsch
New Member
- Joined
- Sep 28, 2017
- Messages
- 1
Hi,
Is there a way to show a specific page in a PDF when inserting it as an object? I have i a PDF on 4 pages that i would like to insert as 4 object, showing each page. When I insert the object, only the first page is shown. Is there a way to alter this? I am doing the insertion as a macro, and the code looks like this:
ActiveSheet.OLEObjects.Add(Filename:= _
"PDF_NAME.pdf" _
, Link:=False, DisplayAsIcon:=False).Select
Best regards, Anders
Is there a way to show a specific page in a PDF when inserting it as an object? I have i a PDF on 4 pages that i would like to insert as 4 object, showing each page. When I insert the object, only the first page is shown. Is there a way to alter this? I am doing the insertion as a macro, and the code looks like this:
ActiveSheet.OLEObjects.Add(Filename:= _
"PDF_NAME.pdf" _
, Link:=False, DisplayAsIcon:=False).Select
Best regards, Anders