What Most People Miss About Including PDF in Excel

Why does your PDF disappear when you email the Excel file? Why does double-clicking the icon open Adobe instead of previewing inside Excel? Why does it work on Windows but break completely on Mac or shared OneDrive links?

Quick Answer

You can’t truly ‘insert’ a PDF as editable content in Excel—but you can embed it as an object (Windows only), insert it as an icon with a hyperlink, or use Power Query + SharePoint/OneDrive to auto-refresh a linked preview. The right choice depends entirely on whether recipients need to view, edit, or just reference the PDF—and whether they’ll open it on desktop, web, or mobile.

All the Methods

MethodStepsBest ForLimitations
Embed as Object (OLE)Insert → Object → Create from File → Browse → Check 'Display as icon' → OKInternal Windows teams needing full PDF interaction inside ExcelFails on Excel for Web, Mac, or mobile. Bloated file size. Breaks if Adobe Reader isn’t installed.
Hyperlinked IconInsert → Icon → Choose PDF icon → Right-click → Link → Paste file path or OneDrive URLShared files across platforms (Web, Mac, mobile). Lightweight & reliable.No preview—opens externally. Requires consistent file location or cloud sync.
Power Query + SharePoint PreviewGet Data → From Web → Paste SharePoint/OneDrive 'embed' link → Transform → Load to sheetTeams using Microsoft 365 with centralized document storage and auto-updating previewsOnly works with SharePoint/OneDrive links that support iframe embedding. Requires admin permissions in some tenants.
Screenshot Paste (Not Recommended)Open PDF → Ctrl+PrtScn → Paste into Excel → CropOne-off visual reference (e.g., cover page for reporting dashboard)Not searchable. Not scalable. Doesn’t update. Blurry at zoom. Don’t do this for contracts or invoices.
VBA Auto-Open (Advanced)Add button → Assign macro → Shell("rundll32 url.dll,FileProtocolHandler " & pdfPath)Power users automating client-facing workbooks with embedded instructionsDisabled by default in many corporate environments. Security warnings. Won’t run on Excel for Web.

Method 1 Deep Dive

Let’s walk through embedding a PDF as an OLE object—the only way to double-click and open it *inside* Excel (on Windows). We’ll use a real vendor contract: Acme Corp – Service Agreement v2.1.pdf, saved locally at C:\Contracts\Q3_2024\.

Step 1: Go to Insert tab → click Object (in the Text group). If you don’t see it, right-click the ribbon → Customize the Ribbon → check ‘Developer’ tab, then add ‘Object’ to Quick Access Toolbar for future use.

Step 2: In the dialog, select Create from File. Click Browse, navigate to C:\Contracts\Q3_2024\Acme Corp – Service Agreement v2.1.pdf, and select it.

Step 3: Check Display as icon — this keeps your worksheet clean. Uncheck it only if you want a static thumbnail (which rarely resizes well).

Now here’s the counterintuitive part: Don’t rename the icon yet. Right-click the icon → Properties. In the ‘Alternative text’ field, type: Acme Corp Contract — Signed 2024-03-15 — $45,200. Why? Because when you later audit 47 workbooks across departments, screen readers and accessibility tools read this—not the filename. (Trust me, I learned this the hard way during an internal ISO audit.)

Your icon lands in cell D5. To move it precisely, hold Alt while dragging — this snaps it to cell borders. Press Alt+F10 to open Format Object pane and adjust size: set Height to 42 pt, Width to 210 pt. That fits neatly beside your vendor table in A1:E12.

Sample vendor table (A1:E6):

VendorContract DateValueStatusPDF Link
Acme Corp2024-03-15$45,200Active[Embedded icon]
Nexus Labs2024-02-28$18,950Pending[Hyperlink icon]
Stellar Logistics2024-01-10$62,300Expired[SharePoint preview]
Veridian Systems2023-11-05$33,780Active[Embedded icon]
Orion Dynamics2023-09-22$27,410Active[Hyperlink icon]

Method 2 Deep Dive

For cross-platform reliability, skip embedding and use a hyperlinked icon. This works on Excel for Web, Mac, iOS, and Android — and won’t bloat your file.

Start by uploading Acme Corp – Service Agreement v2.1.pdf to your team’s OneDrive folder. Right-click the file → ShareCopy link → choose ‘People in your organization with the link’. Paste that URL somewhere safe (say, cell G1).

Now go to InsertIcons (not Pictures!). Search ‘pdf’, pick the standard Adobe Acrobat icon. Insert it anywhere — say, cell E2.

Right-click the icon → Link → paste your OneDrive URL into the Address field. Done.

But here’s what most people miss: if you’re linking to local files (file:///C:/Contracts/...), it will only work on your machine. And even then, Excel blocks those links by default unless you change Trust Center settings (File → Options → Trust Center → Trust Center Settings → File Block Settings → uncheck ‘PDF files’). Don’t do that. It’s a security risk — and breaks the moment someone else opens it.

Instead: Use OneDrive or SharePoint links. They’re stable, permission-aware, and survive workbook moves. Bonus: if the PDF updates, the link stays current — no re-embedding needed.

Cheat Sheet

TaskShortcut / StepsNotes
Insert PDF as icon (local)Insert → Object → Create from File → Browse → ✔ Display as iconWindows only. File must be accessible to all users.
Insert PDF icon + OneDrive linkInsert → Icons → search 'pdf' → Right-click icon → Link → Paste OneDrive URLWorks everywhere. No local install required.
Edit icon labelRight-click icon → Properties → Alternative textCritical for accessibility and audit trails.
Resize icon preciselySelect icon → Alt+F10 → Format Object → Size & PropertiesUse points (pt), not pixels, for consistency.
Test link on another deviceOpen workbook in Excel for Web → click iconIf it fails, you used a local path — switch to OneDrive.
Prevent broken linksStore all PDFs in shared OneDrive/SharePoint → use ‘Anyone with the link’ or ‘People in your org’ sharingAvoid ‘Specific people’ links — they expire or require sign-in friction.
Emily Watson

Emily Watson

Emily is an expert in workplace culture and team dynamics. Her articles help professionals navigate interpersonal challenges and build better coworker relationships.