Hi,
I have txt file with lines like:
First name:John,info:asfsdfdsfsdg,Last Name:Smith
I would like to create a macro which will sore the txt file and give me output
into the new window like:
John Smith
As much as I understand, I can search for 'First name:' then search for 'Last Name:'
But the problem is, how do I select word 'John' or maybe yet complicated 'Tommy Le' ? Good strategy can be to select all characters after 'First name:' and until the next comma (just before info:asfsdfdsfsdg in my example). But how I can create a macro to select characters until comma ?
This is my question
Thanks.
I have txt file with lines like:
First name:John,info:asfsdfdsfsdg,Last Name:Smith
I would like to create a macro which will sore the txt file and give me output
into the new window like:
John Smith
As much as I understand, I can search for 'First name:' then search for 'Last Name:'
But the problem is, how do I select word 'John' or maybe yet complicated 'Tommy Le' ? Good strategy can be to select all characters after 'First name:' and until the next comma (just before info:asfsdfdsfsdg in my example). But how I can create a macro to select characters until comma ?
This is my question
Thanks.