Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Inserting image file through ADO

Hello,

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

Thank you

Regards

Raj


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Inserting image file through ADO

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



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Inserting image file through ADO

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





  #4   Report Post  
Posted to microsoft.public.excel.programming
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






Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Inserting an image James8309 Excel Programming 6 August 12th 08 12:41 PM
Inserting image Browie[_2_] Excel Programming 0 December 15th 05 11:54 AM
Inserting .bmp image using VLOOKUP shashak[_3_] Excel Programming 0 November 10th 04 03:31 PM
Inserting .bmp image using VLOOKUP shashak Excel Programming 2 November 9th 04 06:19 PM
Export the worksheet background image as an image file - possible? DataFreakFromUtah Excel Programming 2 April 10th 04 04:49 PM


All times are GMT +1. The time now is 06:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"