Hi Seetha,
 Take all the values by using Split function into an array with a tab as
delimiter. While inserting these values into an excel file check with the
reminder (using Mod function) of the array index and insert into the column
required.
 After 5 columns move to the next row i.e,
if index mod 5 = 4 then
' because index starts from 0
' move to next row first column.
end if
 Hope you got it.
 All the Best.
Balaji V


[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Fair play? Video games influencing politics. Click and talk back!
http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to