mosaadmattar7
New Member
Dear Excel Experts,
I'm working on an Excel file and need assistance modifying a VBA code. Your expertise would be greatly appreciated in refining this functionality. Here's what I'm trying to achieve:
I have a basic structure, but I'm struggling with implementing these conditions correctly. Any help or guidance would be immensely valuable.
Thank you in advance for your time and expertise!
I'm working on an Excel file and need assistance modifying a VBA code. Your expertise would be greatly appreciated in refining this functionality. Here's what I'm trying to achieve:
- When clicking "MOVE" and cell P17 contains "ATIVE":
- Move the row to the "CURRENT" sheet, appending it to the last row.
- When clicking "MOVE" and cell P17 contains "FINISHED":
- First, move the row to the "CURRENT" sheet, appending it to the last row.
- Then, search for rows in the "CURRENT" sheet that contain "FINISHED" in column U.
- Move (not copy) these "FINISHED" rows to the "FINISHED" sheet.
I have a basic structure, but I'm struggling with implementing these conditions correctly. Any help or guidance would be immensely valuable.
Thank you in advance for your time and expertise!