I am writing some code where I will need to refresh data and do a few calculations while the user of the spreadsheet is working on the information. How do I write the code for VBA to record what sheet/cell the user is currently on and then do i use the "GoTO" function to return the use to where he/she was when they left off.
Also, if you could help me out with the code so that every 20 min after the user launches the spreadsheet, the macro will run. Thank you in advance for any information you can provide.