+ Reply to Thread
Results 1 to 2 of 2

Importing an Image (jpeg) in Excel

  1. #1
    Hubert Rétif
    Guest

    Importing an Image (jpeg) in Excel

    Hi,

    Which methods (VBA) should be used to import an image? Has someone a small
    example?

    Thanks,
    Hubert



  2. #2
    Gary's Student
    Guest

    RE: Importing an Image (jpeg) in Excel

    How about

    Range("A1").Select
    ActiveSheet.Pictures.Insert("C:\rooster.JPG").Select
    --
    Gary's Student


    "Hubert Rétif" wrote:

    > Hi,
    >
    > Which methods (VBA) should be used to import an image? Has someone a small
    > example?
    >
    > Thanks,
    > Hubert
    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1