Could someone tell me if there is a way to load a .Csv file into a RichTextBox.
Thanks!
Printable View
Could someone tell me if there is a way to load a .Csv file into a RichTextBox.
Thanks!
There's a really simple way - the '.LoadFile' method of the RichEditControl, eg :
RichTextBox1.LoadFile "c:\test.csv"
- although somehow I think you probably want a little more than this.....
Chris Eastwood
CodeGuru - the website for developers
http://codeguru.developer.com/vb