07-22-2009 04:42 AM - edited 07-22-2009 04:49 AM
Hi all..
Please have a look at the attached VI. (LV7.1)
I have tried to open n existing template and write some data at particular cells. I dont want the Excel to open up and show.... it should automatically write.
Solved! Go to Solution.
07-22-2009 04:46 AM
HI
I think the best way to do this you can use "MS office Report" express vi.
Hope this helps
Regards
Santosh
07-22-2009 04:54 AM
Hi Nghtcrwlr,
see the attached picture. It should work for you.
Mike
07-22-2009 05:14 AM
Hi ..
I tried to solve that problem. But now 2 errors comes up. One is attached below. and the other is LV crashes suddenly... any idea???
07-22-2009 05:47 AM
Hi Nghtcrwl,
you got this message, because you never close the document and excel. Why didn't you try it like shown in the picture before?
Mike
07-22-2009 07:12 AM
07-22-2009 07:34 AM
Hi,
it's because of the close methods at the end. If you want to edit the file manually, then you have to disable them.
Mike
07-22-2009 07:54 AM
Hi Mike..
i removed both close methods at the end. STill its not wrking.
07-22-2009 08:16 AM - edited 07-22-2009 08:17 AM
Hi Nghtcrwl,
add the "visible" property to the first property node an connect a true to it. The first worksheet is index 1.
Mike
07-22-2009 08:42 AM
Hi Mike
Thanks...
One more question. What if i want to save the opened template in another name and at another folder? I tried to change the invoke nodes at the end to method "save as" but didnt work.