I have found the problem - it's nothing to do with the distribution (sorry), but a bizarre problem with exporting data to Excel.
Here's the new problem:
I am sending a 2D array of data to a spreadsheet cell using 'Append
table to report.vi' (part of the report generation toolkit). I want to
specify a particular cell on a particular "sheet" (spreadsheet page),
so for the string parameter "name (excel)" in the "MS Office
parameters" cluster, I use the syntax 'SheetName'!CellName (e.g.
'Sheet1'!A1). This will only work for ONE of the sheets in the
spreadsheet file, and the only one it will work for is the one which
had its name edited most recently!
To put it another way if you use a new spreadsheet file, you can only
send data to a cell on 'Sheet1'. Now if you change the name of 'Sheet2'
(right click on the tab at the bottom and select 'rename'), save the
xls file and start again, you cannot put data into 'Sheet1' anymore,
but you can put it into the newly named sheet.
I can work around this, but it's not very user friendly for my customers, so a solution would be great!
Jim/.