munshi1111
New Member
- Joined
- Jan 16, 2017
- Messages
- 2
Hello all,
When it comes to VBA in excel, I will be the first to admit that I am a noob. I have come across a problem where I need help, urgently. So here is the situation:
I have three tabs (Orders, Logs, Completed) which contain data.
"Logs" has 7 columns (A-G)
Column G in "Logs" is doing a vlookup to find all the "y" values in "Orders" tab to show which orders a completed.
I need to find a code to cut and paste the rows of all "y" values I get in the "Logs" tab into the "Completed" tab. This is where I'm having an issue because I am getting these "y" values based on a vlookup.
After the row is moved, I need that empty row in "Logs" tab deleted. Any help??
I know this may come off as confusing, so let me know if I can make it easier to understand.
When it comes to VBA in excel, I will be the first to admit that I am a noob. I have come across a problem where I need help, urgently. So here is the situation:
I have three tabs (Orders, Logs, Completed) which contain data.
"Logs" has 7 columns (A-G)
Column G in "Logs" is doing a vlookup to find all the "y" values in "Orders" tab to show which orders a completed.
I need to find a code to cut and paste the rows of all "y" values I get in the "Logs" tab into the "Completed" tab. This is where I'm having an issue because I am getting these "y" values based on a vlookup.
After the row is moved, I need that empty row in "Logs" tab deleted. Any help??
I know this may come off as confusing, so let me know if I can make it easier to understand.