View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Jacob Skaria Jacob Skaria is offline
external usenet poster
 
Posts: 8,520
Default Inserting image file through ADO

This works only if you have an Excel Object...When using ADO.net with Excel
ie; as a database there are a number of limitations like..you cannot insert
formulas, cannot delete a record...OR in short you cannot use the workbook
functionalities..
What happens when you execute the query and try to insert a picture data
field.

If this post helps click Yes
---------------
Jacob Skaria


"news.microsoft.com" wrote:

Is this code possible from ADO?!
"Jacob Skaria" wrote in message
...
Activeworkbook.ActiveSheet.Pictures.Insert("c:\1.j pg")

If this post helps click Yes
---------------
Jacob Skaria


"news.microsoft.com" wrote:

Hello,

I am generating excel sheet through ADO (ISAM) but how to insert some
image?

Thank you

Regards

Raj