Excel Link To Pdf File

  1. Excel Link To Pdf File Converter
  2. How To Link Pdf File In Excel 2013

The Link to field should be set to Media File so the link the PDF actually links to the file itself. The last step is to click the Insert into Post button. The PDF file will appear as a link in your post. It’s good practice to also include the PDF file type, number of pages and size of the file in parentheses following the link. Watch Video – How to Embed a PDF File in Excel Sometimes you may have a need to embed a PDF file within the Excel workbook. This could be the case when you are creating a catalog and want to embed product specific PDFs. In this tutorial, you’ll learn how to embed a PDF file in an Excel Worksheet. How to Add Links in Excel. Microsoft's Excel is a full-featured spreadsheet application that allows users to organize, maintain and analyze various types of data. You can add links to websites, other documents, or even other cells.

How to open a specific page of PDF document from Excel hyperlink?

When you link a cell to a PDF file, normally, you will go to the first page of the PDF file when you click to open the hyperlink. If you need to directly jump to a specific page of the PDF file by clicking the hyperlink, this article may do you a favor.

Open a specific page of PDF document from Excel hyperlink with VBA code

May be, it is difficult for us to convert multiple workbooks to PDF files at once, but, with Kutools for Excel's Format Converter utility, you can quickly convert all selected Excel files to PDF files.

Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days. Download and free trial Now!

Open a specific page of PDF document from Excel hyperlink with VBA code

Please do with the following steps to finish this job:

Excel

1. Enter the file path, name and page number as a url in a cell that you want hyperlink from as this:

file:C:UsersDT168DesktopPDF fileExcel add-ins.pdf#page=10, see screenshot:

Note: You should change the file path, name and page number to your need.

2. Then hold down the ALT + F11 keys to open the Microsoft Visual Basic for Applications window.

3. Click Insert > Module, and paste the following code in the Module Window.

VBA code: link to a specific page of pdf file:

4. Then select the cell which locates the file path and name you have inserted, and press Run button to run this code, see screenshot:

5. And then the specific page of the PDF file has been opened with the Internet Explorer, see screenshot:

Demo: Open a specific page of PDF document from Excel hyperlink

Kutools for Excel: with more than 200 handy Excel add-ins, free to try with no limitation in 60 days. Download and free trial Now!

Kutools for Excel Solves Most of Your Problems, and Increases Your Productivity by80%

  • Reuse: Quickly insert complex formulas, charts and anything that you have used before; Encrypt Cells with password; Create Mailing List and send emails...
  • Super Formula Bar (easily edit multiple lines of text and formula); Reading Layout (easily read and edit large numbers of cells); Paste to Filtered Range...
  • Merge Cells/Rows/Columns without losing Data; Split Cells Content; Combine Duplicate Rows/Columns... Prevent Duplicate Cells; Compare Ranges...
  • Select Duplicate or Unique Rows; Select Blank Rows (all cells are empty); Super Find and Fuzzy Find in Many Workbooks; Random Select...
  • Exact Copy Multiple Cells without changing formula reference; Auto Create References to Multiple Sheets; Insert Bullets, Check Boxes and more...
  • Extract Text, Add Text, Remove by Position, Remove Space; Create and Print Paging Subtotals; Convert Between Cells Content and Comments...
  • Super Filter (save and apply filter schemes to other sheets); Advanced Sort by month/week/day, frequency and more; Special Filter by bold, italic...
  • Combine Workbooks and WorkSheets; Merge Tables based on key columns; Split Data into Multiple Sheets; Batch Convert xls, xlsx and PDF...
  • More than300 powerful features. Supports Office/Excel2007-2019 and 365. Supports all languages. Easy deploying in your enterprise or organization. Full features30-day free trial.

Office Tab Brings Tabbed interface to Office, and Make Your Work Much Easier

  • Enable tabbed editing and reading in Word, Excel, PowerPoint, Publisher, Access, Visio and Project.
  • Open and create multiple documents in new tabs of the same window, rather than in new windows.
  • Increases your productivity by50%, and reduces hundreds of mouse clicks for you every day!
or post as a guest, but your post won't be published automatically.
Loading comment... The comment will be refreshed after 00:00.
  • How can i make this code portable?
  • To post as a guest, your comment is unpublished.
    the macro is not in effect if the VB window is closed. Then clicking the link opens the pdf directly. What am i doing wrong?
    • Same problem here. running the macro works great but in the excel dont
      • Hello, Chayan,sonihc,
        Yes, you should open the specific page of the Pdf file by applying the VBA code, if you use this operation frequently, you can add a button to the Customize Quick Access Toolbar for this code.