chucklesOU
New Member
- Joined
- Oct 19, 2023
- Messages
- 3
- Office Version
- 365
- 2019
- Platform
- Windows
Hey guys, I'm writing a code to count and store values to reference how often something is referenced in a class. I'm trying to write a code that counts with one button (this is complete) and stores historical values in another column. This is where I'm having issues. My counter is set in B2, and I have F2:F200 set aside for value storage. I'd like a button to automatically store the value from B2 to the next available F column cell and automatically reset B2 to 0. Is this possible? Thanks