View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_5_] Bob Phillips[_5_] is offline
external usenet poster
 
Posts: 620
Default JPG Insert using VBA

Hayman,

Taken from the macro recorder

ActiveSheet.Pictures.Insert ( _
"C:\My Pictures\Winter.jpg")


--

HTH

Bob Phillips

"Hayman" wrote in message
...
Is there a way to insert a jpg picture into an excel sheet using VBA or
visual basic languages?
Your help is really appreciated.
Hayman