M McAllister
New Member
- Joined
- Apr 16, 2013
- Messages
- 15
(Using Windows 7, Excel 2010)
I have a workbook that has 6 ODBC connections to refresh data tables on open (Background Refresh). I also have code in a "Workbook_Open" procedure that I need to process AFTER the data tables refresh.
So here's the question(s):
Does the ODBC Refresh happen first? If so, then great, it's doing what I need it to do.
If the code runs first (or even concurrently), then how can I stop the code until the refresh takes place?
I'm very new at using code to manipulate a spreadsheet, so any reference material related to this would be appreciated.
Thanks,
MM
I have a workbook that has 6 ODBC connections to refresh data tables on open (Background Refresh). I also have code in a "Workbook_Open" procedure that I need to process AFTER the data tables refresh.
So here's the question(s):
Does the ODBC Refresh happen first? If so, then great, it's doing what I need it to do.
If the code runs first (or even concurrently), then how can I stop the code until the refresh takes place?
I'm very new at using code to manipulate a spreadsheet, so any reference material related to this would be appreciated.
Thanks,
MM