Workbook Connections retrieves data from the server, but this data will be prepared twice per hour with a fixed time.
It takes two to five minutes.
If Excel try and retrieve the data in this period, I get the following error message:
A formula in this work sheet contains one or more invalid references.
Verify your formulas That Contain a valid path, workbook, range name, and cell reference.
So how can this be avoided?
One solution might be to let Excel walk into a error routine with a loop of at least six to seven minutes.
But where should this routine be?
Another solution is to stop the Workbook Connections for the time the data is prepared. How can I do this using VBA?
Thanks in advance
It takes two to five minutes.
If Excel try and retrieve the data in this period, I get the following error message:
A formula in this work sheet contains one or more invalid references.
Verify your formulas That Contain a valid path, workbook, range name, and cell reference.
So how can this be avoided?
One solution might be to let Excel walk into a error routine with a loop of at least six to seven minutes.
But where should this routine be?
Another solution is to stop the Workbook Connections for the time the data is prepared. How can I do this using VBA?
Thanks in advance