04-12-2011 10:58 AM
Hello,
I would like to insert an image into my word document (at the end). The image is saved as a bmp file and I'm using LV 8.2.1.
I would like to do this using Active X (without using report generation toolkit).
Any idea please ? 🙂 Thanks in advance.
J.
Solved! Go to Solution.
04-15-2011 08:45 AM
Hi J.
The method to use is Inline shapes (Add pictures). I have linked an example. You will have to configure it in order for it to be at the end of your document but that shouldn't be a problem for you.
Best Regards,
Charlotte F. | CLAD
National Instruments France
04-15-2011 09:34 AM
Hi,
Thank you very much Charlotte. I've tried using this method (after having found another post about it on the forum, that was just a subVI) but it did't work. I guess I didn't link the functions properly...
Best,
J.
06-22-2012 05:06 AM - edited 06-22-2012 05:06 AM
Hi,
I would like to insert an png image into the header of my world document by using Active X. I don't know how to do it. Any idea?
06-22-2012 08:47 AM - edited 06-22-2012 08:47 AM
I would like to insert an png image into the header of my world document by using Active X. I don't know how to do it. Any idea?
http://msdn.microsoft.com/en-us/library/bb213595%28v=office.12%29.aspx explains how to do it in VBA for Word 2007
06-27-2012 07:19 AM
Thank you for the answer but i solved my problem.
08-31-2012 03:33 AM
Which function to use to place the image at the end of document. I am trying but not able to find that property.
02-03-2020 10:10 AM
Hello,
many thanks for this code, I'm looking for something similar. My problem is that I have a folder with lot of pictures and I would like to insert into a word document them.
This VI is opening and inserting only one picture into word right? Is it possible to modify to more pictures which are in a same folder?
Thanks and best regards,
Gabor
02-03-2020 03:57 PM
02-03-2020 04:06 PM
Of course, you will need a list of files which can be accomplished with the "List Folder" function
Combine the two and you have your answer.
Good luck