Caleeco
Well-known Member
- Joined
- Jan 9, 2016
- Messages
- 980
- Office Version
- 2010
- Platform
- Windows
Hello,
Got an issue which I can't seem to resolve. I have a Workbook Connection from Workbook A (.xlsb) to another Excel Workbook B (.xlsm) on the network. The data is updated with the following code:
However, on (random) occasions the SOURCE workbook (Workbook B) opens in read-only. I can only assume, this is when another user has the file open?
How do I stop this from happening?
Your help would be much appreciated.
Cheers
Caleeco
Got an issue which I can't seem to resolve. I have a Workbook Connection from Workbook A (.xlsb) to another Excel Workbook B (.xlsm) on the network. The data is updated with the following code:
Code:
Private Sub Workbook_Open()
Call HideAllSheets
ActiveWorkbook.RefreshAll
DoEvents
End Sub
However, on (random) occasions the SOURCE workbook (Workbook B) opens in read-only. I can only assume, this is when another user has the file open?
How do I stop this from happening?
Your help would be much appreciated.
Cheers
Caleeco