Thread: Button
View Single Post
 
Old 06-24-2019, 01:15 AM
Ab1974 Ab1974 is offline Windows 10 Office 2010
Novice
 
Join Date: Jun 2019
Posts: 3
Ab1974 is on a distinguished road
Default

thanks but how do i let de user search for a picture?

instead of a specific picture
Dim oShp As Shape
Set oShp = ActiveDocument.Shapes.AddPicture(FileName:="C:\Path\ImageName.jpg", _
SaveWithDocument:=True)
Reply With Quote