I am going to try to explain my problem the best i can.
I am doing a web query to pull option quotes from the cboe web page.
the web query goes like this:
http://quote.cboe.com/QuoteTable.asp?TICKER=brcd&ALL=2
^ ^
varible
what i want to be able to do is make a cell for the symbol i want to pull the qoutes for as in the example above "brcd" being the symbol and variable that i can change in the web query and then next to the designated cell with the ticker symbol have an update button that once clicked on will go and do a web query with a new ticker symbol.
I am not sure if this needs to be in vba to do it
Thanks so much
let me know if it is not clear
I am doing a web query to pull option quotes from the cboe web page.
the web query goes like this:
http://quote.cboe.com/QuoteTable.asp?TICKER=brcd&ALL=2
^ ^
varible
what i want to be able to do is make a cell for the symbol i want to pull the qoutes for as in the example above "brcd" being the symbol and variable that i can change in the web query and then next to the designated cell with the ticker symbol have an update button that once clicked on will go and do a web query with a new ticker symbol.
I am not sure if this needs to be in vba to do it
Thanks so much
let me know if it is not clear