Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi according to the below link method, how can i use the picture again for
another cell range? and if both cell range input is same. how can i display two same picture with my picture data? http://www.mcgimpsey.com/excel/lookuppics.html Private Sub Worksheet_Calculate() Dim oPic As Picture Me.Pictures.Visible = False With Range("F1") For Each oPic In Me.Pictures If oPic.Name = .Text Then oPic.Visible = True oPic.Top = .Top oPic.Left = .Left Exit For End If Next oPic End With End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can you use VLOOKUP TO PRINT A PICTURE | Excel Discussion (Misc queries) | |||
how do I insert picture into cell so vlookup can return picture? | Excel Worksheet Functions | |||
Can you use a vlookup to bring in a picture? | Excel Discussion (Misc queries) | |||
VLOOKUP- use a picture | Excel Discussion (Misc queries) | |||
vlookup and picture | Excel Discussion (Misc queries) |