Hello,
I manage a networked system of computers at my local office, and I was hoping to find some VBA help. I have an Excel file hosted on my PC that contains local data without external links to outside data. I personally add/delete data to the Excel file daily and other users who open said file on my network can open a copy (Read Only since I keep the master file open on my PC). Users currently have to close their copy of the file and reopen it every time they want to update the
worksheet (again, no external references). I'd like to add a macro/VBA script that would allow a user to basically refresh the current worksheet to include any changes I've made to the master file.
I searched some of the threads and saw a command of ActiveWorkbook.RefreshAll, but that didn't work. Is there a macro/VBA script that I can tie to a button that would refresh the user's Read Only copy of my file without having to close/re-open the file?
Thanks in advance!
Bookmarks