Thanks, that's probably the problem.
But I've managed to solve it like that -
I've define the excel components as object
(dim oExcel as Object
istead of
dim oExcel as Excel.Application
)
and used the CreateObject to create it.
Now it works...
Shay
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)...