Hi all,
I want to copy the highlighted RFS Number from web page and paste into some excel sheet in particular cell. Can you help me to understand the simple activity?
You can use Get Text activity.
It will work incase it does not you can try anchor base activity.
Thanks,
Prankur
How to save data into excel sheet?
Use excel application scope or workbook activity. Save your data in a datatable if you want to ise write range else save to string variable and use write cell activity to write into the excel sheet.
Thanks.
Prankur