I have text in my file (.txt/.doc/.xls) with three columns of data, namely Sender,Subject and Message.
I also have a form on my application with these same fields. I do not wish to type these data from my file into the form everytime. My application is macro enabled and has been desgined with VB. I want to know whether i could transfer these data from text file onto the resp. fields in the form with a single click of a button.