Hi Everybody
I have a problem with macro and hope you can help me
I created macro which extracts data from worksheet, copy it to new file and adds photo. Everything works great besides those photos which don't display when new file is opened on different computer (client, colleagues)
is there any way to save photo in the file so it appears on other computers?
this is how i insert photo:
Range("O12").Select
ActiveSheet.Pictures.Insert( _
"C:\podpis.jpg").Select
Selection.ShapeRange.ScaleHeight 0.5, msoFalse, msoScaleFromTopLeft
any help would be great
Bookmarks