Just after initial pointers on using VBA for the following:
Create a time keeping app running in the background that detects when any File within the 'Projects' folder is opened, and ask user if they want to start recording time to this job. Timer would stop when file from a different Project is opened, or when the original File is closed. I guess i'd need to filter out certain file types (temp files etc.)
Alternative approach could be to detect if active window is a project file. Perhaps this better than the above, as it would allow for scenarios where files from different projects are open, as well as being able to build in a delay - i.e. no need to log time if only active for 2 minutes.
Possible?