11-29-2006 05:31 PM
12-01-2006 09:24 AM
Hi Ayman,
I'm not really sure if there is a faster way to do this with ActiveX. If you are optimizing for speed I would reccommend using something other than xls files to store your data. You could store everything in a csv file and load it all into a big array in your program. This way any operations on it would be really fast and it would be easier to work with.
-Justin D
12-04-2006 12:30 PM
02-16-2007 01:13 PM
02-16-2007 02:59 PM
Expanding on my previous....
I have to add a new line of data to a spreadsheet when something happens.
I have to open the sheet,
find the first blank cell in collumn A
and add the new data there.
I want to avoid reading each cell one after the other to find out where the first blank is.
The above post sounds ideal if I knew how to construct it.
Thank you,
Ben
02-19-2007 07:54 AM
02-19-2007 08:23 AM - edited 02-19-2007 08:23 AM
Message Edited by shoneill on 02-19-2007 03:33 PM
02-19-2007 11:22 AM
02-19-2007 02:10 PM
Thank you Shane and Brian.
Ben
02-19-2007 06:08 PM
Ben,
on the excel board i just posted an example of how to add a row into and excel spreadheet.
For more information and some sample VI's and tool kits, you can go to the excel board