Results 1 to 2 of 2

Thread: Passing a variable

  1. #1
    egiggey
    Guest

    Passing a variable

    How can I have the web browser control navigate to a variable I have tried the code bolw but get a type mismatch
    the vaiable is read from a text file that contains a list of urls

    WebDl1.Navigate(strImported)

    thanks

  2. #2
    jim mcnamara
    Guest
    Dim url as string
    Public Web As New SHDocVw.InternetExplorer
    ....
    Web.Navigate url


    --- copied straight from working code, make sure url is Dim as String

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width