D
dale
Is there a way to make a button open up a browser and go to a website
specified in code?
specified in code?
BruceM said:If you just want to go to the same website every time you could add
the web address to the button's Hyperlink Address property. To set
it in code, see Help for information about HyperlinkAddress.
Dale said:Dirk
Here is the code I tried and it did not work. Any suggestions?
Application.FollowHyperlink
"www.usef.org/cs/results.php?"+me.ahsa.value+"&type=I", true