Thread: Bitmap
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
macca macca is offline
external usenet poster
 
Posts: 18
Default Bitmap

Hi,

I'm using Automation with VC++ 6 to erite to an excel spreadsheet.

I am trying to use the Picture.Insert function to add a bitmap to my
spreadsheet.

However I am having problems as i don't know what i should use for the
second parameter :-

Insert(LPCTSTR Filename, const VARIANT &Converter)

Does anyone know how i use this function or whether this is the correct
method to write a bitmap to a spreadsheet.

Thanks In Advance
Macca