Move Row from one workbook to another based on value in column A

torreyanderson

New Member
Joined
Feb 26, 2021
Messages
8
Office Version
  1. 365
Platform
  1. Windows
I am new to VBA and have no idea where to start with this.

I have a workbook named "Active.xlsm" with one sheet also named "Active".

Each row is a job. When I finish the jobs I want to be able to change the value in Column A from "Active" to "Completed" and have the Row automatically moved to a different workbook named "Completed.xlsm" to the last row on a sheet also named "Completed".

Both workbooks are in the same location - R:\Jobs

The workbook called "Completed" will not be open when the macro is activated.

Thank you for taking the time to help me
 

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
If it would be easier, a button to activate the macro would be fine. It would need to find and move ALL of the rows that show "Completed" in Column A as there would often be more than one done at a time.
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,048
Latest member
81jamesacct

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top