Hi,

im new to vb6, and i have a problem on how to retrieve a particular column from an existing excel file and append that as another column to another existing workbook...

also, what about if you want to store the data on that column to appear every other row...

for example:

original column
hello
hi
there
how's
life

transferred column
hello
<blank cell>
hi
<blank cell>
there
<blank cell>
how's
<blank cell>
life



need help...
thanks:D
thanks