Hello,
This is my first post ever on a forum so I hope I do it correctly. I have searched everywhere for a solution to my problem but have had no luck anywhere.
The code I have created inserts pictures into a comment box in excel for a list of equipment. This is a simplified snippet of my code:
The problem is that if strPic = "\\full unc file path\equipment pictures\725.bmp"
the comment box is not filled with the picture.
However the code works fine if the file path is mapped such as if
strPic= "M:\equipment pictures\725.bmp"
Does Shape.Fill.UserPicture not recognize UNC file paths? or is it because the string variable is too long?
Thanks in advance,
Josh
Bookmarks