Move Changed Rows to another sheet

JGOpsMgr

New Member
Joined
Oct 11, 2024
Messages
16
Office Version
  1. 365
Platform
  1. Windows
Good morning, First let me say I am not a code writer. I am a simple operations manager and excel enthusiast. I use excel to track multiple functions within my operation. I have a sheet that is used by only one person. The data is in columns A-R. I would like to copy the entire row if something was changed in column K and paste it to another sheet. I am currently using another VBA I got online but it is cumbersome and takes up a lot of space to log every cell changed. I dont need to know who changed it nor do I need to know every cell that is changed. I simply want to copy and paste it if the one cell in column K with the header "Status" is changed. Below is the code I am using currently.
1728651280491.png
1728651280491.png
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Just change "Differences" in the code to "Audit".

Do you want the code to clear all the old info in the Audit sheet before copying the new info?
Thank you so much for your help but I think I will go with the other option. just because I got it first and it works for me so thanks again
 
Upvote 0
Do you want the column headers for the summary?
Just one issue, The code works great and does exactly what i want it to except, it changes the time stamp formula in the master sheet to a date but with a time of 12:00 am and the formula disappears. How do I get it to keep the formula and correct time format which is m/d/yyyy h:mm AM/PM
 
Upvote 0
Just one issue, The code works great and does exactly what i want it to except, it changes the time stamp formula in the master sheet to a date but with a time of 12:00 am and the formula disappears. How do I get it to keep the formula and correct time format which is m/d/yyyy h:mm AM/PM
Can you apply this custom format in the appropriate column on the sheet that has the filtered data?
 
Upvote 0
The column is already formatted as above. I keep getting an "inconsistent Calculated Column Formula" error
 
Upvote 0

Forum statistics

Threads
1,225,420
Messages
6,184,886
Members
453,264
Latest member
AdriLand

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