Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
ovince
Posted - 10/27/2006 : 03:43:50 AM hi,
I have a very strange problem with Append() function.
In the example bellow, I calculate Dataset q (red) and what is appended to Worksheet wksNew (green) is not the same as q. I am checking the first element of q (pink) in the loop and what is appended to wksNew is not the same number. I check for other elements (q[1]....) also and the result is the same.
In summary, within the loop everything is calculated correctly but something goes wrong when append with Append().