Use Images in Excel

Hiho Were using Excel-Automation and everything works fine [:D] Now we want to display Images in Excel. We have Pics in several fiel-Formats available to use. How can I embed them into Excel? Any Ideas??? Thx Ben

make macro in excel and use that code check it, it works xlsheet.Shapes.AddPicture(‘my.bmp’,1,1,1,1,100,100);