Thread: insert image
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default insert image

Whilst you can certainly use the API to LoadLibrary/LoadBitmap etc in VBA,
none of Excel's objects (natively) expose handles or DCs, so I can't see
what you would do with results.
Save the pic to file, insert, then delete ?

NickHK

"vj5" wrote in message
...
hi experts,
how to insert image from resource file.