Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dim URL As String
URL = Worksheets("Sheet1").Range("B4").Value Range("C5").Select ActiveSheet.Pictures.Insert(URL).Select Morning, I found the above code on this forum and it works great but I wonder if it can be modifed. I have a spreadhsheet which asks for a Product code, when entered another cell changes (using a vlookup) be the URL image of the product. Using the above code, it displays the URL image which is great. However, when the product code is changes again, it just inserts another picture rather than update the existing one. How can I have an object set to the URL reference so that it can updated everytime the product code is changed. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Andy Pope's button image editor; pasting icons to sheet then toolbar- why does image quality degrade? | Excel Programming | |||
Image Update Question | Excel Discussion (Misc queries) | |||
Is there any way to search image of my local drive with Image name or Image Title, Description | Excel Programming | |||
VBA to display image on a form - image is defined in Range Name | Excel Programming | |||
Export the worksheet background image as an image file - possible? | Excel Programming |