Quantcast
Channel: VBForums
Viewing all articles
Browse latest Browse all 15499

EXCEL cell displays the picture by Url,but not save the bitmap to the file

$
0
0
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
With Target
If Left(.Value, 7) = "http://" Or Left(.Value, 8) = "https://" Then

ActiveSheet.Shapes.AddPicture(.Value, msoTrue, msoFalse, .Left, .Top, .Width, .Height).Placement = xlMoveAndSize
.WrapText = True
End If
End With
End Sub

Viewing all articles
Browse latest Browse all 15499

Latest Images

Trending Articles



Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>