Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: kuldokk
  • Content: Threads
  • Order by date
  1. kuldokk

    VBS Shell Application Windows doesn't return correct number of IE Tabs

    I am trying to access to the second tab on Internet Explorer 11 with the following vbs code without success: With CreateObject("Shell.Application").Windows() WScript.Echo "Shell windows count = " & .Count For z = 0 To .count-1 WScript.Echo z & " , " & .Item(z).LocationURL Next End...

Part and Inventory Search

Back
Top