Is there a function to append the values to the cells in excel instead of using the function which resets the value with new.
SetCellValue()
THanks & Regards,
Vijay
Is there a function to append the values to the cells in excel instead of using the function which resets the value with new.
SetCellValue()
THanks & Regards,
Vijay
Hi Vijay,
The easiest would be to get the current cell content, then add the extra content and then write the new combined string using the SetCellValue command...
Kind regards,
Francois du Toit