[RESOLVED] copying data to excel cells
Hi
I have a VB6 form that contains a listbox,I want to send each item of the listbox to a cell in an excel workbook Sheet3.
For example,if the listbox contains the following items:
Politics,Economics,Sports..I want to send Politics into cell A3 inside the Sheet3 of the workbook,to send Economics into cell B3 inside the sheet3 of the workbook,to send Sports into cell C3 inside the sheet3 of the workbook.
How can i do that?
thanks
Re: copying data to excel cells
See the Excel Tutorial link in my signature for an explanation of everything you need.
If you get stuck, show us the code you have, and tell us what the problems are.