Looking for advice on how to deal with PDF doc

bjjc51192

New Member
Joined
Apr 5, 2017
Messages
9
So I have an excel sheet that has 56 tables. I created a reference table, that has the name of the sheet in one column, and the page number the data was collected from in another column.

I want to make it more dynamic and allow the user to click on the cell where the page number is and it take them to the respective pdf page. I thought of doing this with hyperlinks, however since this is a file that will be sent to multiple users, i'm afraid the hyperlink would crash since I store the pdf locally.

I also looked into embed the pdf in the sheet, but could't find much out there on how to open the embeded pdf to a specific location.

Thoughts?
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Here is one way of doing this:
https://stackoverflow.com/questions/44362127/open-embedded-pdf-to-a-certain-page

Else the easiest way is to bundle the pdf's and excel sheet together in one directory (or pdf's in subdir) and make the hyperlinks. Then zip the lot and send to the users as zipfile.

alternative would be to embed each page of the pdfs as imagee or pdf. But this will most likely be massive undertaking
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,752
Members
448,989
Latest member
mariah3

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top