samanthanyw
New Member
- Joined
- Jan 3, 2020
- Messages
- 5
- Office Version
- 2016
- Platform
- Windows
I'm fairly new to VBA and thus I need some help with this. I've looked online countless times but I can never seem to find exactly what i'm looking for (or it doesn't work at all).
I have an excel workbook with two tabs - Activities and Travel. Whenever a number (other than 0) is entered into the column "# of Travel Shifts" on the Activities tab, I've like that whole row to be copied onto the Travel tab.
I've attached a picture so that you know exactly what i'm referring to.
My second issue is that this workbook will be constantly updated - and I do not want to repeat the rows on the Travel tab - but instead update the travel tab. So for example, if I put travel days at 2 for row 8 - then that row would show up on the travel tab. But if I change that 2 to a 0 - then that row will be removed from the Travel tab.
Does that make sense?
I'm not sure if VBA is the way to do any of this - but I was hoping it might be a good place to start.
I have an excel workbook with two tabs - Activities and Travel. Whenever a number (other than 0) is entered into the column "# of Travel Shifts" on the Activities tab, I've like that whole row to be copied onto the Travel tab.
I've attached a picture so that you know exactly what i'm referring to.
My second issue is that this workbook will be constantly updated - and I do not want to repeat the rows on the Travel tab - but instead update the travel tab. So for example, if I put travel days at 2 for row 8 - then that row would show up on the travel tab. But if I change that 2 to a 0 - then that row will be removed from the Travel tab.
Does that make sense?
I'm not sure if VBA is the way to do any of this - but I was hoping it might be a good place to start.