Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I am generating excel sheet through ADO (ISAM) but how to insert some image? Thank you Regards Raj |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Inserting an image | Excel Programming | |||
Inserting image | Excel Programming | |||
Inserting .bmp image using VLOOKUP | Excel Programming | |||
Inserting .bmp image using VLOOKUP | Excel Programming | |||
Export the worksheet background image as an image file - possible? | Excel Programming |