Re: Adding an image into Excel worksheet [message #75868] |
Fri, 22 April 2011 07:38 |
Maher
Messages: 12 Registered: September 2005
|
Junior Member |
|
|
On Apr 19, 11:46 am, Maher <malka...@gmail.com> wrote:
> Any idea how to insert an image read in IDL into an excel worksheet
> using IDL code?
> Thanks
Thanks guys for the help, after consulting with ITT I was told the
best way to achieve that is by writing a macro in Excel to do the job
and call it from IDL.
Maher
|
|
|
Re: Adding an image into Excel worksheet [message #75882 is a reply to message #75868] |
Tue, 19 April 2011 16:20  |
jeffnettles4870
Messages: 111 Registered: October 2006
|
Senior Member |
|
|
On Apr 19, 12:46 pm, Maher <malka...@gmail.com> wrote:
> Any idea how to insert an image read in IDL into an excel worksheet
> using IDL code?
> Thanks
I'd think that if this were possible on Windows your best bet would be
ActiveX/COM objects. See the IDLcomIDispatch object for details.
And go with God :)
Jeff
|
|
|
Re: Adding an image into Excel worksheet [message #75886 is a reply to message #75882] |
Tue, 19 April 2011 10:50  |
cgguido
Messages: 195 Registered: August 2005
|
Senior Member |
|
|
On Apr 19, 11:46 am, Maher <malka...@gmail.com> wrote:
> Any idea how to insert an image read in IDL into an excel worksheet
> using IDL code?
> Thanks
If you're on a Mac, you could get IDL to spawn an AppleScript which
tells Excel to add a pic to a given sheet in a workbook...
|
|
|