I am trying to open a .pdf file within Excel like an iframe in HTML. My requirement is:
- Save the path of multiple PDF files in Excel.
- Excel should open each .pdf file within Excel itself (no need to open that in a separate .pdf window).
- It should be like iframe in HTML. The user should be able to view the .pdf within Excel itself.
I know this is little weird, but can anybody help me?