Hey Everyone,

I'm having an issue wrapping my head around this. I'm trying to setup a macro that runs on every send that is triggered by keyword. I guess the pseudo layout is below.


Send email
search text
find keyword(Incident, request, CO)
on find verify next character is number, continue until end of number
select that number/text (I think this would be a len or something like that... but I'm not sure)
concatenate that text with a specified service desk link specific for each keyword.

I can handle the concat / paste over but I can't wrap my head around how to parse through the text until it returns a valid number saved to a variable.

I've found this on another forum... but I'm not sure how to make it of any use - http://www.outlookcode.com/codedetail.aspx?id=1726


Any help would be greatly appreciated.