Robotic Process Automation (RPA)

Robotic Process Automation (RPA)

Come for answers. Stay for best practices. All we’re missing is you.

 View Only
  • 1.  Excel actions

    Posted 09/17/21 10:18 AM
    Hello,

    I want to know if its possible select a group of cells on a Sheet, copy values and paste in a Desktop Application.

    Thanks

    ------------------------------
    Alex Virrueta
    ------------------------------


  • 2.  RE: Excel actions

    Posted 09/17/21 11:13 AM

    Hello Alex.

    Yes, that's definitely possible! The best method for doing that may vary though. One possibility would be using a macro to copy the content from the desired cells, then with the content in the clipboard, you can paste it somewhere else using the Paste from Clipboard command, or even capture the value in the clipboard and store it in a variable using the Get Clipboard Content command. 

    The best choice really depends on the context, so you can try out different methods, but doing it is definitely possible!



    ------------------------------
    Vinicius Maidana
    ------------------------------