Forum Discussion
MarkShnier
2 days agoQrew Cadet
You can force a new Tab with this change to the hyperlink
var text Hyperlink = "<a href=" & $URL & " target=_blank" & ">" & $Words & "</a>";
I was thinking that you don't need a small popup as the user has a Preview.
There is probably extra syntax for that which I don't have handy.