Hi,
I am current using excel vba to do a multiple user to login to use an application. On doing this, I encounter a problem whereby:
1. User1 pause the application at 1min and log off.
2. User2 log in to another account and start the application.
3. User2 pause the application at 2min and log off.
4. User1 log in back into his own account and resume the application, the timing start at 2min instead of 1min.

I need some advise on this part.

Thanks