Save remote pictures in local xls file

  • Thread starter Thread starter Cenekemoi
  • Start date Start date
C

Cenekemoi

Hi everyone,

I have a local Excel file including remote pictures (hosted on a remote
website). I would like to save this file to integrate those images
locally.

Is there a way to achieve this without any macro?

Thanks and best regards,
 
Hi everyone,

I have a local Excel file including remote pictures (hosted on a remote
website). I would like to save this file to integrate those images
locally.

Is there a way to achieve this without any macro?

Thanks and best regards,

If you can make the remote pictures visible on the worksheet, then
highlight the area of cell around the picture and CopyPicture.

then paste elsewhere on the worksheet. This will make a local copy.
 
Back
Top