From this string:
<strong class="big zindex-pt zindex-pt-all">£2,362,214</strong>
I am trying to get £2,362,214
using this Regex in Excel VBA:
.Pattern = "<strong class="big zindex-pt zindex-pt-all">([\s\S]*?)<"
Any ideas what I am doing wrong?