PDA

Click to See Complete Forum and Search --> : [RESOLVED] copying data to excel cells


engnouna
May 13th, 2006, 11:57 AM
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

si_the_geek
May 13th, 2006, 02:01 PM
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.