G
Gordon
How do you put a variable into a hyperlink address?
Stock = TextBox1.Text
ActiveWorkbook.FollowHyperlink
Address:="http://finance.yahoo.com/q?s=IBM
I want the variable "Stock" in the address, not "IBM"
Thank you
Gordon
Stock = TextBox1.Text
ActiveWorkbook.FollowHyperlink
Address:="http://finance.yahoo.com/q?s=IBM
I want the variable "Stock" in the address, not "IBM"
Thank you
Gordon