I am working on a wizard that copies data from excel to a website, resulting in the return of a new account number that I need to paste back to the same excel document. Is that possible? When completed, I would have all the original excel data used to create the account and the column following that data would be the new account number.
Solved
RPA - past new value to excel

Best answer by JJMedina
Hi
Once you generate the account number you can either:
- Use the recorder clicking on the new account element on the screen. Once done switching click action of the insert menu by Read from Screen. That will allow you to store the value of the account in a $variable$ that you can paste back into the excel spreadsheet in the same row and column (where you are working the rest of the elements of your spreadsheet) to obtain that new account. You can paste it in the subsequent column.
- Use the HTML command Get object value and target the element of the screen where you have the new Account. It will require that you store the element into a $variable$ that you can paste back into the excel spreadsheet in the same row and column (where you are working the rest of the elements of your spreadsheet) to obtain that new account. You can paste it in the subsequent column.
I hope that helps.
Best,
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.