|
-
Jun 28th, 2008, 10:20 AM
#1
Thread Starter
New Member
[2005] How to read excel file and display in text box
Hi all,
How can I read the the .csv file and display the particular string (channel 1) in textbox?
say I have write into a .csv file using code below
SW = File.CreateText("C:\" & "test" & ".csv")
SW.Write("Channel 1, Channel 2, Channel 3, Channel 4, Channel 5, Channel 6, Channel 7, Channel 8")
SW.Close()
Cheyne
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|