Look in the LabView ActiveX Example "Write Table To XL.vi" for the sub-function that they created to convert a numeric position into the Excel column/row format. It's called "Row Col To Range Format.vi". It will properly handle the jump from column 26 = 'Z' to column 27 = 'AA'. Then you can use the array length function to calculate the starting and ending ranges as X and Y integers.--Michael Munroe Mailto:mmunroe@abcdefirm.comA Better Complete Development Engineering FirmSan Mateo, CA 94403 http://www.abcdefirm.comMartin Stanley wrote:Hi, I am sending data to excel using the invoke node with worksheet andrange methods present. This allows me to dump a whole array into excelproviding I input the range of cells which I want the data to be sent toi.e. A1
:J4. The problem I have is that I want to be able to read invariable size arrays and dump these to excel at the press of a Booleanwithout having to enter the cell ranges all the time. Is there any way youcan convert array dimensions into cell ranges automatically, I would begrateful for any advice.Regards, Martin.