Change your Find expression to:
"<3.2.[PS].[.0-9]{1,}"
Do note that this will pick up terminating periods (e.g. where your string is at the end of a sentence), so you'll need to code for that. See, for example:
http://www.vbaexpress.com/forum/show...l=1#post388141