Thanks for your commitment, but I've found bug in my subvi. It consist of two parts: first - read rows from excel worksheet and return this array and number of first free row in this worksheet, and second - writes to this free row in worksheet a new data.
The problem was in the range of possible value of free row - it could be from 0 to inf. but excel accept range from row no. 1.
During work this value of free row was always over 0, but application builder found that there is possibility of 0 and get an error during compilation.
However, I've add an constant=1 to this value (first free row) and standalone application was build succesfully.
Interesting, isn't it ?
Regards.
Romek.