Pictures from a database

I am using vb.net 6.0 and SQLServer.

I am trying to display images (bmp) that are stored in my database into an excel spreadsheet.

Please help!

Please load your images into memory stream and use Pictures.Add method to put them into spreadsheet.