PG "Handy Web Guy" Carr
1 discussion post
Hello! among the various commands available on VB, can we have one to open an website URL? Thanks!
You can add a Macro Script action to do this. In the script, replace the line that says "your code here" with this line:
BFS.Web.OpenUrlNewWindow("https://www.displayfusion.com");
Hope that helps!