Hi all,
I have 2 spreadsheets on a network. One is a master data file, and the other is like a "viewer". The viewer is refreshed every night via VBA code from the master workbook. The code simply opens the viewer, copies data from master to viewer, saves both and closes both. The viewer is used by many users.
The problem I now have is that the shift pattern of the users has changed to 24/7, therefore there is no definite downtime where I can schedule the refresh. Obviously the refresh won’t work while the viewer file is open.
I have a check in place that tells me who has the file open, but I need a way to terminate all open instances of the shared file or force all users to exit (ie timed usage etc).
Can anyone help or point me in the right direction. All advice is greatly appreciated!
Thanx
Cheers, Supanoods B-)
"If it aint broke - dont fix it!
I have 2 spreadsheets on a network. One is a master data file, and the other is like a "viewer". The viewer is refreshed every night via VBA code from the master workbook. The code simply opens the viewer, copies data from master to viewer, saves both and closes both. The viewer is used by many users.
The problem I now have is that the shift pattern of the users has changed to 24/7, therefore there is no definite downtime where I can schedule the refresh. Obviously the refresh won’t work while the viewer file is open.
I have a check in place that tells me who has the file open, but I need a way to terminate all open instances of the shared file or force all users to exit (ie timed usage etc).
Can anyone help or point me in the right direction. All advice is greatly appreciated!
Thanx
Cheers, Supanoods B-)
"If it aint broke - dont fix it!