+ Reply to Thread
Results 1 to 1 of 1

Help inserting image based on URL from cell

  1. #1
    Registered User
    Join Date
    04-08-2011
    Location
    KC, KS
    MS-Off Ver
    Excel 2007
    Posts
    2

    Help inserting image based on URL from cell

    I posted this the other day, but I realize now that it was in the wrong part of the forum.

    OK, what I'm trying to do is set up a sheet that will generate a QR code from Google's API. I have the sheet set up so it will create a URL and want to insert the image that URL creates on a separate sheet. In theory, this would create images for each row in the inventory.

    I have it set up so that these columns:


    2711-P431209D2 | 1238470234 | 293847123

    are fed into this formula:

    =CONCATENATE("http://chart.apis.google.com/chart?cht=qr&chs=350x350&chl=",B2,"%2C",C2,"%2C",D2)

    Which leads to this:

    http://chart.apis.google.com/chart?c...53%2C02340-412

    And from that I can insert this image:

    Google Chart


    What I'd like to be able to do is create a sheet of QR codes that I could print on some Avery labels to label inventory.

    Basically, it is the same as telling Excel via VB to insert a pre-made image, but the address of the image is created in sheet1.

    I just have no idea how to get VB to look at the cell with the address, and insert that image on to sheet2.

    Any idea how I'd go about this?
    Last edited by Sparky42; 04-12-2011 at 04:07 PM.

+ 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