About 150,000 results
Open links in new tab
  1. "Cannot insert object" Error when inserting PDF files/objects into ...

    Dec 15, 2015 · I am currently using microsoft excel 2010. Trying to insert some PDF files into the spreadsheet. I cliked Insert Tab -> Object -> select Adobe Document (Checked the Display as …

  2. pdf - Can I insert a file into Excel without creating a reference ...

    Aug 2, 2021 · You can easily embed a PDF into a worksheet without linking it to the source file. Just use the Insert - Object button, then choose Create from file, and make sure the link to file …

  3. Embedding PDF into Excel - three questions - Stack Overflow

    I have written a macro to allow for embedding a PDF file into an Excel sheet. I want the icon for the file to show up in a certain cell. So far, so good, but I do have some questions. But first, m...

  4. Insert a PDF into Excel with Visual Basic - Stack Overflow

    Mar 10, 2021 · I'm writing a macro which allows the user to insert a PDF into a worksheet. The trouble is that different people have different versions of Adobe. This code works on my …

  5. Insert PDF into Excel, Python - Stack Overflow

    Apr 30, 2013 · Thanks. I'm using Excel 2007 and if you choose the Insert tab and choose the 'Object' button, you can add in a pdf without any issues. 'Adobe Acrobat Document' is a valid …

  6. insert pdf file as image in given excel worksheet

    Mar 23, 2015 · I have been trying to modify this script to take the pdf file and insert it as an image into the active worksheet. but it keeps creating a new workbook and inserting into the new …

  7. java - Embed files into Excel using Apache POI - Stack Overflow

    Hi Michael, By Embed I mean inserting file as an Icon. We do this from Excel by Insert->Object->Create From File Menu. The files can be any file from txt, another excel, or word doc or pdf.

  8. excel - Embedding PDFs through VBA - Stack Overflow

    I am trying to programatically embed PDF files to specific worksheets. When I embed using the ClassType variable "Adobe.Document.2015", the file opens without problems, however, I have …

  9. Generate sql insert script from excel worksheet - Stack Overflow

    May 29, 2013 · I have a large excel worksheet that I want to add to my database. Can I generate an SQL insert script from this excel worksheet?

  10. c# - Embed object in Excel programmatically - Stack Overflow

    Jul 25, 2013 · I've tried several libraries, including EPPlus, NPOI and they can insert images, but i couldn't find how to insert objects (pdf's, text files, images) as files. Is there any way or library …