Searching the Forum (http://www.vbforums.com/search.php) helps. A lot of questions have been asked and answered before, some might help you with your problem.
First of all make sure you have Internet Connection before you continue. A simple version would be to check:
Code:
if len(stringvariable) = 0 then
msgbox "No Internet Connection", vbcritical
exit sub
end if
2nd: You mean, the label should say: label1.caption = rlista.text ?
_____________________________________________________________________
----If this post has helped you. Please take time to Rate it.
----If you've solved your problem, then please mark it as RESOLVED from Thread Tools.
Please stop removing your text (which is technically a rule violation), and when you no longer need help mark your thread as Resolved, and preferably also post to say how it was solved.