If this is a dumb question, feel free to make fun of me until I cry. I have an idea for a program to make and all I want to know is if it would be possible (because it would make my job so much easier!!) and if so how complicated would it be. I want to make a program that would take the following text (name, address, etc will vary every time) and format it into an easier to read format.
Salutation : Mr. First Name : Poo Last Name : Ping Company : Poo Ping Palace Street : 1 Stinky Lane Area Code : 47201 City : Columbus Country : US Phone Number: 555-911-0202 Fax Number : MobileNumber: 311-111-1114 EmailAddress:
poo.ping@whatever.org Subject : I hate your products
I want it to come out of the program like this:
Salutation:
F Name: XXX
L Name: XXX
Company: XXX
Street: XXXX
City: XXXX
Etc.
Is it possible? I'm pretty new to visual basic and I don't want to take on something that's not even possible or something far above my level.
Thanks