Hi,
I wanted to append a cell of an Excel file.
Basically, the excel file is not taking more than 256 characters for a cell at a time.
So i thought of breaking the varaible into 2. n copying it one by one. But hte 2nd variable needs to be appended to the first variable in the Cell.
I had posted something on related topic sometime back (http://www.thescripts.com/forum/thread682464.html), and i was able to find out that there is some problem with the Excel file in not taking more than 256 char at a time. but if I can append the remaining characters to the same cell, then it serves my purpose.
So any function with which we can append a cell of an Excel file.
Any Help is appreciated.
thanks
Ravi