Help with Pictures.Insert Function

M

Macca

Hi,

I am using VC++ 6 and automation to write to an excel spreadsheet.

I want to add a bitmap to my worksheet and was told i could do this using
the Pictures.Insert function.

Insert(LPCTSTR Filename,const VARIANT &Converter)

However i am having trouble with the second parameter. What is it? and what
should i use for it?

Thanks In Advance
Macca
 
Top