That's fine, and actually irrelevant.. once the address is in your program (in a variable or control), you can open the page.

To open the web page you just need to pass the address to OpenURL (if you are using the Sub from the FAQ thread), or put it in place of the hard-coded address if you are using the part of the FAQ that dclamp re-posted.

If you have the OpenURL sub and the address is in Label1.Caption, you can simply use this:
VB Code:
  1. OpenURL Label1.Caption