Re: how to transfer data in table, to excel sheet

2004-04-20 Thread Dannic
go to NI website:

http://www.ni.com/devzone/dev_exchange/ex_search.htm

and search for excel goop

You want the excel toolkit(GOOP)


this helped me do something very similiar to what you want to do.

Thandal [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]...
 In my vi,on button click i am adding new entries in table,now i want
 1. when i press a button to write data in table, same time my data
 (set of data(i have 7 columns))must append to excel sheet
 help me to slove my problem



Re: how to transfer data in table, to excel sheet

2004-04-13 Thread Thandal
thanks for ans.
i am tryinf to download toolkit ,
but i don't know what is problem it's giving me error,
If you have some download then please send to me



how to transfer data in table, to excel sheet

2004-04-09 Thread Thandal
In my vi,on button click i am adding new entries in table,now i want
1. when i press a button to write data in table, same time my data
(set of data(i have 7 columns))must append to excel sheet
help me to slove my problem



Re: how to transfer data in table to excel sheet

2004-04-09 Thread rolf
It seems to me that the example at
examples\comm\ExcelExamples.llb\Write Table To XL.vi
should give you a very good idea how to go about this.

Rolf K



Re: how to transfer data in table, to excel sheet

2004-04-09 Thread Dennis Knutson
The first place you should look is at the shipping example called
Write Table to XL (HelpFind Examples). It uses ActiveX. It won't do
everything you need because it creates a new sheet for writing but it
wouldn't take much to modify it to keep track of the last row written
in a shift register for example. The second place to look is this A
href=http://zone.ni.com/devzone/devzone.nsf/webcategories/C3E56C69D399361E86256AB7006A9149?opendocumentnode=DZ53003_US;page/A
on NI's Developer Zone. The third place to look is this forum. doing a
search for Excel shows about 1000 questions in the last 2 years. Many
of these include examples. Once you've written something, please post
again if you need some more help.



how to transfer data in table to excel sheet

2004-04-09 Thread Thandal
In my vi,on button click i am adding new entries in table,now i want
1. when i press a button to write data in table, same time my data
(set of data(i have 7 columns))must upend to excel sheet
help me to slove my problem