02-20-2007 06:40 AM
02-21-2007 01:06 PM
Hello,
If you're able to read the excel cell, you're half way home 🙂 To add text to your word document, you probably just want to use a string searching function (match pattern perhaps) to find the location which you'd like to insert the new text from your excel cell.
This should be just simple file i/o VIs - open the word doc, read it into a string in LabVIEW, search/find the insert location and insert your text, and finally write that new total string back as the file and close it.
Check out the file i/o examples in the Example Finder to get started (see Help -> Find Examples... in LabVIEW).
Best Regards,
JLS