Copy cell to another Excel file

How to Copy selected cell then paste to another Excel file.

Please give me an example

Hi @mcgarr,

It is pretty simple, you need to use Excel activities - Read Cell and Write Cell. you can check other excel activities as well

Hi Sir Avi7,

Can I ask for a sample … since I am a beginner.

@mcgarr,

  1. Take Excel application scope activity
    • use Read cell activity and specify
      range as suppose: “A4” and store it in
      a variable and say varReadCell.
  2. Take one more Excel application scope activity
    • use write cell activity to write the
      value and specify cell number where
      you want to write for suppose: “B5”
      and value is: varReadCell ( it’s coming
      from first Excel cell.
1 Like

Sure :slight_smile:

Main.xaml (8.1 KB)

Change file paths accordingly

i tried it but it’s not working for me

thanks sir…

How about to delete the entire column sir///

example col. A

@mcgarr,

Check below thread:

https://activities.uipath.com/docs/excel-insert-delete-columns

Good Morning ./…

How to Copy numbers in selected cell then paste to another Excel file.

Please give me an example

How to delete selected cells in excel

Please help me