Hi Guys any suggestions or methods are welcome
So if there is already data in Excel and you want to add some more data
Here are methods
1.use append range activity ( basically pass filepath, sheetname and datatable )
- Use read range , get dtable rowcount and later use rowcount number in ur writerange
( However I suggest u to go with 1 st method)
Thanks
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.