QuickBooksDev2
New Member
- Joined
- Dec 30, 2013
- Messages
- 4
We have a VB.Net (201) program that uses Excel (2013) via a ODBC connection string.
We have found that we get a value of null (or Nothing in VB) for SOME NUMERIC fields but not all. Changing the Excel cell format does not help. Putting in a single quotes '6000 does work (this makes it a string vs a number). This occurs on our development machine and on our client's machine. (Windows 7)
Have tried small numbers i.e. 2 or 3 and large ones i.e. 1235678 but only the single quote works.
It would be quite a big deal to change it to Interop.Excel, etc.
Any advice?
Happy New Year!
We have found that we get a value of null (or Nothing in VB) for SOME NUMERIC fields but not all. Changing the Excel cell format does not help. Putting in a single quotes '6000 does work (this makes it a string vs a number). This occurs on our development machine and on our client's machine. (Windows 7)
Have tried small numbers i.e. 2 or 3 and large ones i.e. 1235678 but only the single quote works.
It would be quite a big deal to change it to Interop.Excel, etc.
Any advice?
Happy New Year!