I have an Excel sheet that's worked for years. Way back to PC-DMIS 3.7.
Went to 4.1, slight mod on the Excel VB code and selected 4.1 object library.
Bingo. Worked fine. Runs on autpo-pilot. Run a PC-DMIS program, when
the program finishes, it dumps the data into Excel. And continues to dump
each time the program runs. Dumps in a couple seconds into the next column.
(Or row, if I have the "ROWS" sheet open.)
We just upgraded to 2013. Now it won't riun. It's looking for ther 4.1 object
library. And it's not in 2013.
Problem is, I can't find the 2013 OL in Developer. No check box for any object library.
But there IS one box checked. It says . . .
Missing 4.1 object library.
When I run the Excel sheet, I get an error prompt . . .
Compile error: User-defined type not defined
The following line is highlighted in the code . . .
Dim DIM_Fields(MaxDIM_Field) As ENUM_FIELD_TYPES
As I understand it, that missing definition is defined in 2013 object library . . .