LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Inserting pictures in excel file

Hi,
I want to create an excel file and insert some data and images in the file
thru LabVIEW. There is no problem in writing data but I am not able to insert
the pictures into the file. I got the following code for inserting picture in
excel thru the VB editor but I am not able to find the corressponding
property/method to implement it in LabVIEW. Can anyone help me?
VB code:
ActiveSheet.Pictures.Insert( _
"C:\Documents and Settings\Administrator\Desktop\green.bmp").Select

Regards,
Srini.
0 Kudos
Message 1 of 2
(2,860 Views)
You need to work with the invoke node range (from the worksheet) and the propery shapes of Excel to insert a picture. Here is a little screenshot of how I did it.

Hope this helps !
Julien
Message 2 of 2
(2,853 Views)