![]() |
#4
|
||||
|
||||
![]()
You could use something like:
Code:
Dim ImPath1 As String, Shp As Shape ImPath1 = "C:\Users\nivo\Pictures\Icons\Water_icon_square.jpg" Set Shp = ActiveDocument.Shapes.AddPicture(FileName:=ImPath1, LinkToFile:=False, SaveWithDocument:=True, _ Left:=-15, Top:=275, Anchor:=Selection.Range, Width:=40, Height:=40) Shp.Name = Split(Split(ImPath1, "\")(UBound(Split(ImPath1, "\"))), ".")(0)
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Jaymond Flurrie | Word | 3 | 07-13-2016 07:00 AM |
![]() |
fishguy | Drawing and Graphics | 1 | 05-23-2016 02:23 AM |
Rename Files | gsrikanth | Excel Programming | 3 | 05-14-2012 03:03 AM |
Move Picture by picture name, rename picture by picture name | CatMan | PowerPoint | 2 | 04-18-2012 12:21 PM |
Powerpoint automatically changing picture size when adding a picture (2010) | One_Life | PowerPoint | 7 | 01-20-2012 06:57 AM |