Here is my situation. I have a textbox (textbox name = TextBox1) in a userform. I have a button, when clicked, it will display a URL address in TextBox1. Now I want the following. I would like to have another button, when clicked, it will open the website displayed in the TextBox1 with Internet Explorer. How can I achieve that? What is the code I have to place into the button?
↧