View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Adding Bitmap to Worksheet

I don't know the C++ syntax but in VB I'd do something like:

ActiveSheet.Pictures.Insert "C:\Pic.bmp"

--
Jim Rech
Excel MVP
"Macca" wrote in message
...
| Hi,
|
| I am using Automation with VC++ 6 to create,format and write data to an
| excel spreadsheet.
|
| I am having problems knowing who to add a bitmap to my spreadsheet through
| automation. Can anyone tell me how to do this?
|
| Thanks In Advance,
| Macca