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
|