Thread: edit query
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mark Bigelow Mark Bigelow is offline
external usenet poster
 
Posts: 55
Default edit query

Change this:

myurl = "http://www.m-x.ca/cotes_en.php?query= & Symbol"

to this:

myurl = "http://www.m-x.ca/cotes_en.php?query=" & Symbol

I just moved the quote to the end of the string before you insert the
variable.

Mark
---
Mark Bigelow
mjbigelow at hotmail dot com
http://hm.imperialoiltx.com

*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!