Hi,
The problem i have is that i have to get info out of an excel file like a database. So i have to be able to perform a kind of query, but to an excel file. Is this possible?
lay-out excel file:
number | request | chemical composition
| | C | Mn | Si | ....
125654 | |0.20%|0.10%|0.05%|.....
i should have to be able to search on the number and read the differend % (C, Mn, Si). This % are used in a formula to calculate a value that is used for DAQ
I can do this action with an acces DB, but not with excel. The problem is that they used excel for some years now (where i work) and changing the excel file to a DB would be a very long w
ork.
If someone could help i'd appreciate it
thx