Hi All,
Trying to eliminate some unnecessary data entry here at work with some macros. I'm trying to create a document that will track volume levels in tanks at our plant. I've got one tab that I call "Tank Gauges - Current" where today's tank information is entered and another one called "Tank Gauges - History" where ideally I'd like a history of the daily tank levels to be. I've looked up plenty of similar questions to this but I think that my lack of experience with VBA is really hindering me here. I'm not sure how to tweak the codes the others had to fit my needs... So that's why I'm here. Here's what I want to be able to do:
I know this can be done, but I'm just looking for some help in doing it! If anyone can help or provide a link with something that might work it would be much appreciated!
Trying to eliminate some unnecessary data entry here at work with some macros. I'm trying to create a document that will track volume levels in tanks at our plant. I've got one tab that I call "Tank Gauges - Current" where today's tank information is entered and another one called "Tank Gauges - History" where ideally I'd like a history of the daily tank levels to be. I've looked up plenty of similar questions to this but I think that my lack of experience with VBA is really hindering me here. I'm not sure how to tweak the codes the others had to fit my needs... So that's why I'm here. Here's what I want to be able to do:
- Once someone enters the data on the "Tank Gauges - Current" tab I want to have a macro that will copy that data and paste the formats/values onto the next empty row in the "Tank Gauges - History" tab. After that I would love for the data that was entered on the "Tank Gauges - Current" tab to be deleted (pretty sure I can do this on my own, so I'm not too concerned about it)
I know this can be done, but I'm just looking for some help in doing it! If anyone can help or provide a link with something that might work it would be much appreciated!