CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2010
    Posts
    1

    inserting objects into excel

    Hi,

    I've had a problem trying to insert objects into excel using C#. I intend to insert a picture icon into my excel sheet, and allowing the user to execute the object to view the picture.

    I have tried successfully to insert the whole picture into the excel sheet but that is not my intended purpose. This is because the picture is too large and resizing does not solve the problem.

    Thus, the best solution is to insert a "picture object" into excel and allowing the user to execute the file. Is there a method to insert objects into excel?

    I've tried searching for a solution for the past week but to no avail. I will really appreciate if anyone of you could help me. Thank you.

    **Attached is the sample excel file I intend to generate.**
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured