Hello VB.net Programmers,
Please help about delimited. I've been looking to the forum and other sites about this but can't find any.
Here is my problem.
I need to put the text file to excel but this text file don't have comma and tab. This are separated only with spaces.
And also, I won't set a default text file. I need to open a file with different text file name. Example is test.txt or activity.txt or any name.txt
My work is just reading delimited tab, and it not working with spaces.
Please help. The code I'm using is:
Process.Start("Excel", Label2.Text)
This code just opening text file as excel.