G
Geoff Cox
Hello,
I am trying to find internal hyperlinks in ppt files.
MsgBox "SubAddress " & oHl.SubAddress
does show the SubAddress and it has a commas in it but when I use
If oHl.SubAddress Like "," Then
MsgBox "SubAddress " & oHl.SubAddress
End If
this does not work.
I guess my RegEx line, with the
Like ","
is wrong some how?
Ideas please?!
Cheers
Geoff
I am trying to find internal hyperlinks in ppt files.
MsgBox "SubAddress " & oHl.SubAddress
does show the SubAddress and it has a commas in it but when I use
If oHl.SubAddress Like "," Then
MsgBox "SubAddress " & oHl.SubAddress
End If
this does not work.
I guess my RegEx line, with the
Like ","
is wrong some how?
Ideas please?!
Cheers
Geoff