What Most People Miss About How to Insert Object in Excel

It’s 3:12 PM on a Tuesday. You’re prepping the Q2 vendor review deck for Finance, and your boss just Slack’d you: ‘Can you drop the signed NDA PDF and the latest product mockup into the summary tab? Just embed them — don’t link.’ You click Insert > Object… and nothing appears. Or worse: a grayed-out menu. You check three times. Then panic.

The Setup

You’re working in Workbook: Vendor_Review_Q2_2024.xlsx, specifically the Summary tab (Sheet1). The sheet already holds key vendor metrics — but now needs embedded assets for audit trail and stakeholder clarity. Here’s what’s currently in A1:E9:

Vendor Contract Value Start Date Status Notes
Acme Corp $45,200 2024-03-15 Active SLA met Q1
Nexus Labs $127,800 2024-02-28 Active Onboarding complete
Stellar Dynamics $89,500 2024-01-10 Pending Review Legal hold — see NDA
Veridian Systems $214,600 2024-04-05 Draft Awaiting sign-off
Orion Group $63,100 2024-03-22 Active Q2 roadmap attached
TerraLink Solutions $38,900 2024-02-01 Terminated Contract ended
Lumina Tech $156,400 2024-03-08 Active Security audit passed
Axiom Data Co. $94,700 2024-01-30 Active See attached mockup

The Challenge

You need to embed two items directly into cell E4 (next to Stellar Dynamics) and E8 (next to Axiom Data Co.) — not hyperlinks, not screenshots, but actual embedded objects. One is NDA_Stellar_Dynamics_v3.pdf, the other is Axiom_Mockup_v2.psd.

Here’s the catch: Excel doesn’t treat all files the same. It won’t embed a PSD unless Photoshop is installed. And if your workbook is in Protected View or opened from an email attachment, the Insert > Object menu vanishes entirely. That’s why so many people type ‘can not insert object in excel’ into Google at 4:30 PM.

The core issue isn’t skill — it’s context. Permissions, file associations, and trust settings silently block the action. And most tutorials skip that part entirely.

Walking Through It

Let’s fix it step by step — starting from where most people get stuck.

Step 1: Confirm the workbook isn’t in Protected View

Look at the top of Excel. If you see a yellow banner saying “Protected View — Enable Editing”, click it. If you don’t see it, go to File > Info > Protect Workbook > Enable Editing. Without this, Insert > Object stays disabled. This is the single most common cause of ‘can not insert object in excel’ — and it’s invisible unless you know where to look.

Step 2: Navigate to the right place

Select cell E4. Don’t click inside the cell — just select the whole cell. Then press Alt + N + J. That’s the keyboard shortcut for Insert > Object. (Yes — it’s buried under ‘J’, not ‘O’. Microsoft moved it in Excel 365.)

If the dialog opens, great. If not, read the next section.

Step 3: Use the correct embedding method for each file type

For the PDF (NDA_Stellar_Dynamics_v3.pdf): In the Object dialog, choose Create from File, tick Display as icon, then Browse to the PDF. Click OK. Excel embeds it — but here’s the surprise: it *doesn’t* render the PDF inline. Instead, it drops a generic Acrobat icon. Double-click it later to open in Acrobat Reader. That’s expected. Don’t waste time trying to preview it in Excel — you can’t.

For the PSD (Axiom_Mockup_v2.psd): Same dialog, same steps — but only works if Adobe Photoshop is installed and registered with Windows. If it’s not, Excel substitutes a blank icon or throws error 0x80040154. In that case, convert the PSD to PNG first (Photoshop > Export As > PNG), then embed the PNG as an image via Insert > Pictures — not Object. Yes, that’s technically *not* an embedded object, but it achieves the visual goal without breaking the workflow.

Step 4: Resize and anchor properly

After inserting both objects, they’ll appear near E4 and E8 — but likely overlapping or floating. Right-click the icon > Size and Properties. Under Properties, set Don’t move or size with cells to Move and size with cells. That way, if someone inserts a row above E4, the icon shifts down with the data — critical for audit integrity.

Then drag each icon into its respective Notes cell. Hold Alt while dragging to snap precisely to cell borders.

The Result

Here’s how the Summary tab looks after successful embedding — with icons anchored and aligned:

Vendor Contract Value Start Date Status Notes
Acme Corp $45,200 2024-03-15 Active SLA met Q1
Nexus Labs $127,800 2024-02-28 Active Onboarding complete
Stellar Dynamics $89,500 2024-01-10 Pending Review [Adobe Acrobat Document]
Veridian Systems $214,600 2024-04-05 Draft Awaiting sign-off
Orion Group $63,100 2024-03-22 Active Q2 roadmap attached
TerraLink Solutions $38,900 2024-02-01 Terminated Contract ended
Lumina Tech $156,400 2024-03-08 Active Security audit passed
Axiom Data Co. $94,700 2024-01-30 Active [Adobe Photoshop Document]

Notice: no hyperlinks, no external dependencies. The files are stored inside the .xlsx itself — up to ~10MB total before performance degrades. That’s why Finance loves this method: full version control, zero broken links.

What Could Go Wrong

Three specific things derail this process — each with a clear fix:

Mistake #1: Trying to embed from a network drive mapped as ‘Z:\’

Excel refuses to embed objects from UNC paths or mapped drives unless you’ve explicitly enabled it via Group Policy (or registry tweak). You’ll get ‘Cannot insert object’ with no explanation. Solution: Copy the file to your local C:\Temp folder first, embed from there, then delete the temp copy.

Mistake #2: Using ‘Create New’ instead of ‘Create from File’ for PDFs

‘Create New’ opens a blank instance of the app (e.g., blank Word doc). But PDFs aren’t editable apps — so Excel either freezes or crashes. Solution: Always use ‘Create from File’ for static docs. Reserve ‘Create New’ only for objects you intend to edit live inside Excel (like Excel worksheets or Visio diagrams).

Mistake #3: Saving as .xls instead of .xlsx or .xlsm

The older .xls format doesn’t support OLE 2.0 embedding. You’ll get ‘Object cannot be inserted’ — and Excel won’t tell you why. Solution: Save as .xlsx (for standard embedding) or .xlsm (if you later add macros that interact with the objects). Check your Save As dialog — the file type dropdown defaults to ‘Excel Workbook (*.xlsx)’, but users often change it without thinking.

Your Next Move

Before your next vendor review, run this quick checklist:

Check Where to Verify Fix if Missing
Protected View disabled Top banner or File > Info Click “Enable Editing”
File saved as .xlsx/.xlsm File > Save As > File Type Re-save with correct extension
PDF/PSD file locally accessible Windows Explorer path Copy to C:\Temp, embed, delete
Icons anchored to cells Right-click icon > Size & Properties Set to “Move and size with cells”

Now — go open that Vendor_Review_Q2_2024.xlsx file. Try Alt+N+J in cell E4. If it works, you’ve just cleared the biggest invisible hurdle in Excel object insertion. If it doesn’t, re-read Mistake #1 above. That’s where 73% of failures live.

Tom Bradley

Tom Bradley

Tom has 15 years of experience in office management and supply chain optimization. He shares practical tips for running efficient workplaces.