GreenLanternX
New Member
- Joined
- Mar 17, 2023
- Messages
- 6
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
- Web
Morning everyone,
Just joined, and am hoping I can get some help.
I've created a time tracker, to help me accurately track what I'm working on.
The macro I created logs the time using =now().
Currently column A is named "what are you working on" - column B is the task description. Column C is start time; Column D end time and Column E total time.
I'm only inputting timestamps in two columns (D & E). However I have to 'manually' move to a blank cell each time my time stamp macro is run; ie the next column or row based on the sequence.
Is there any code I can add that would automatically move the cell between the two columns and below a row each time the macro is run?
I'm new yo VBA and have only got this far by using YT.
Never joined a forum before so hoping it's a good experience.
Thanks in advance
Just joined, and am hoping I can get some help.
I've created a time tracker, to help me accurately track what I'm working on.
The macro I created logs the time using =now().
Currently column A is named "what are you working on" - column B is the task description. Column C is start time; Column D end time and Column E total time.
I'm only inputting timestamps in two columns (D & E). However I have to 'manually' move to a blank cell each time my time stamp macro is run; ie the next column or row based on the sequence.
Is there any code I can add that would automatically move the cell between the two columns and below a row each time the macro is run?
I'm new yo VBA and have only got this far by using YT.
Never joined a forum before so hoping it's a good experience.
Thanks in advance