I am trying to automate a process in which I am receiving an Outlook Email with some information…
I want to perform String Manipulation on it and then enter it into the specific website forms.
The info. I am receiving in email is in the following format
Now I want to extract N702A(H-900) and then their Orign and departure details etc and then enter it into website form and then repeat the same phenomena for the other aircrafts with their multiple arrival/departure details
Thanks,
i also want to extract Orign, departure and destinations for the AirCrafts(There can be many Orign/Departure rows) for aircrafts and then repeat the same extraction phenomena for the other Aircrafts
To get the reg number for the first match: matches(0).Groups("regnumber").Value
To get the origin value of the first match, on second row: matches(0).Groups("origin").Captures(1).Value