M
Michael
Hello everyone,
I have an Excel workbook that reads data from Application A to a workbook
with the name ExcelDB in Sheet1 based on a windows timer function. The
ExcelDB workbook lives on machine A (network share) and runs continuously
(24x7). Data are getting updated to the workbook every 60 seconds. Note that
first all data in Sheet1 are cleared out (including headers) and then data
are added from Row 1 until Row XXX.
My goal is to use ExcelDB workbook as a database. Note that ExcelDB is NOT
a shared workbook.
On machine B I have a separate workbook with the name ExcelPivotTables
(Sheetname = PT). In worksheet PT I have 10 different PivotTables that all
get their data from the ExcelDB Sheet1 Range (A1:IV65536). I also have a
timer function in the ExcelPivotTables workbook to refresh all of the
PivotTables every 75 seconds or so. The idea is never to get to a situation
where the PT1 in ExcelPivotTables workbook refreshes but there are empty
data in ExcelDB workbook (Sheet1). Most of the times this works however
sometimes Excel crashes.
Any ideas how to approach this problem? Perhaps someone else wanted to use
Excel as a database (assuming the database updates frequently) ?
Thank in advance
Michael
I have an Excel workbook that reads data from Application A to a workbook
with the name ExcelDB in Sheet1 based on a windows timer function. The
ExcelDB workbook lives on machine A (network share) and runs continuously
(24x7). Data are getting updated to the workbook every 60 seconds. Note that
first all data in Sheet1 are cleared out (including headers) and then data
are added from Row 1 until Row XXX.
My goal is to use ExcelDB workbook as a database. Note that ExcelDB is NOT
a shared workbook.
On machine B I have a separate workbook with the name ExcelPivotTables
(Sheetname = PT). In worksheet PT I have 10 different PivotTables that all
get their data from the ExcelDB Sheet1 Range (A1:IV65536). I also have a
timer function in the ExcelPivotTables workbook to refresh all of the
PivotTables every 75 seconds or so. The idea is never to get to a situation
where the PT1 in ExcelPivotTables workbook refreshes but there are empty
data in ExcelDB workbook (Sheet1). Most of the times this works however
sometimes Excel crashes.
Any ideas how to approach this problem? Perhaps someone else wanted to use
Excel as a database (assuming the database updates frequently) ?
Thank in advance
Michael