Export Pictures Excel VBA

前端 未结 3 1976
情歌与酒
情歌与酒 2020-12-03 16:32

I\'m having trouble trying to select and export all pictures from a workbook. I only want the pictures. I need to select and save all of them as:\"Photo 1\", \"Photo 2\", \"

3条回答
  •  醉梦人生
    2020-12-03 17:12

    One easy approach if your excel file is an Open XML format:

    • add a ZIP extension to your filename
    • explore the resulting ZIP package, and look for the \xl\media subfolder
    • all your embedded pictures should be located there as independent image files

提交回复
热议问题