Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
As per title really
I am making a temporary database in excel which will also be a functional model for one we are having made externally. However because of the number of people using it at some point two people are going to hit the update button at the same time and one of them will get a read only box appear. What i would like to do is insead of the 2nd user getting the error message, for the VBA code to wait 1 second and retry, and repeat until the file opens before continuing. Application.ScreenUpdating = False Application.DisplayAlerts = False DesignManager = ActiveWorkbook.Name Workbooks.Open Filename:="J:\ProSys\DataBase\Projects Master.xls" ' If error wait one second and retry ProjectsMaster = ActiveWorkbook.Name Any help would be apreciated. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
can only open in read only after my pc crashed when the file was o | Excel Discussion (Misc queries) | |||
can't open file as its read only or encrypted | Excel Discussion (Misc queries) | |||
Excel file won't open because it' a read only file when it is not | Excel Discussion (Misc queries) | |||
I am getting "unable to read" when trying to open an excel file | Excel Discussion (Misc queries) | |||
how do i open a file in excel that is encrypted or read only | Excel Discussion (Misc queries) |