The issue is similar. ImgPath returns the name without the path. Change the line:
toSet oLogo = .InlineShapes.AddPicture(ImgPath)
also addSet oLogo = .InlineShapes.AddPicture(ImgPath & "\" & ImgName)
after the message box.Exit Sub
The issue is similar. ImgPath returns the name without the path. Change the line:
toSet oLogo = .InlineShapes.AddPicture(ImgPath)
also addSet oLogo = .InlineShapes.AddPicture(ImgPath & "\" & ImgName)
after the message box.Exit Sub
Graham Mayor - MS MVP (Word) 2002-2019
Visit my web site for more programming tips and ready made processes
http://www.gmayor.com