hi everyone

I have a program made by VB6 contains some textboxes and some commandbuttuns,On my desktop there is an existing Excel file (my2k.xls).

NOW: I want the user to write some numbers and letters in the textboxes and then clicks the command button.
The letters and numbers should be transferred in single cells on that Excel file (my2k.xls).For example :

user writes : ORDER 123

The program transfers that to the excel sheet on specific cells like : O R D E R 1 2 3 each letter or number in single cell.

Witch means : first cell (S8 = "O") second cell (T8 = "R") etc..


The Q's now:

1- How to make VB6 (and not VBA) connects with that existing Excel file and communicate with it?

2-How to transfer texts from VB6 to certain cells on that Excel sheet?

I really need this and I wish someone could help.

If not too much, attached open source example would be helpful.

Thank you very much for your respond