I have an excel workbook connected to the DB though the DLL add-in.
Now it works fine under Office 2000, but not under Office 97.
The Problem is that 97 VBA doesn't support function
CalculateFull, which was used to recalculate cells.
How can I refresh cell values when I get new data from the DB? I've tried Setting
worksheet.enablecalculaton = true,
but this doesn't help - cell values remain previous.
Thank You.
Now it works fine under Office 2000, but not under Office 97.
The Problem is that 97 VBA doesn't support function
CalculateFull, which was used to recalculate cells.
How can I refresh cell values when I get new data from the DB? I've tried Setting
worksheet.enablecalculaton = true,
but this doesn't help - cell values remain previous.
Thank You.