Hi again,
I've written a VB application which handles with excel files. I've made an .exe from it and ran it and it works fine. However, when I'm tring to run the exe on a computer with WinXP, I'm encounter errors. When I re-compile the code in the XP computer (the same code, no changes!) the...
Hi,
I have a question about excel in VB: I'm creating an excel file from VB code, and I have there very long numbers, such as 456654788 (mainly ID numbers). When I insert these numbers into the excel file (through the code) the excel shows them to me like that 4.56+E10 (or something similiar)...