Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excel Get Images
#2
Macro Macro2119
Code:
Copy      Help
str folder="$desktop$\excel pictures"
mkdir folder

ExcelSheet es.Init
Excel.Picture p
foreach p es.ws.Pictures
,_s=p.Name ;;out _s
,p.CopyPicture(Excel.xlScreen Excel.xlBitmap) ;;copy to clipboard
,_s=F"{folder}\{_s}.bmp"
,_s.getclip(CF_BITMAP)

run folder


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)