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 Mike Lewis 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: *

  1. buckeye7

    IF Statement Problem

    You're welcome. I am not sure if the code below is what you are looking to do. Sub Main Dim Sys As Object, Sess As Object, MyScreen As Object, MyArea As Object, OurArea As Object, iMailArea As Object Set Sys = CreateObject("EXTRA.System") ' Assumes an open session Set Sess =...
  2. buckeye7

    Internet Explorer Automation with VBA/VB

    Can anyone recommend a good book on the internet explorer web browser control and how to automate the object in vba/vb?
  3. buckeye7

    IF Statement Problem

    foleyml, There are several ways to accomplish what you are looking to do. I typically would use If MyArea.top <> -1 Then .... When the string is found the top coordinates of the area object will be a positive number, and when it isn't found the top value is -1.

Part and Inventory Search

Back
Top