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 strongm 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: Dameat
  • Content: Threads
  • Order by date
  1. Dameat

    Early Binding, Run Time Error 13 type mismatch.

    Late binding works fine,(declare as objects and set later) Early binding give an error: 'Run Time Error '13' Type mismatch I've added the reference as well. I put the following code into a new excelWB with just a command button pointing to the initial sub: '************* Option Explicit...
  2. Dameat

    Attachmate, Run Time Error '13' Type mismatch, Early Binding

    Attachmate Extra and Excel VBA. I've read the Faq and followed the code exactly. The late binding works without problems. (Public System as Object) (Set System = CreateObject("Extra.System")) As opposed to adding a reference and using the early binding: (Public System as ExtraSystem) (Set...
  3. Dameat

    Invisible or Hidden Fields

    While using MSWord VBA to scrape a screen I looked at the results and found that my scrapings contained more info that the monitor did. This is a summary screen where only the options that are applicable show up on the monitor, but Extra is able to scrape the other text from screen as well...

Part and Inventory Search

Back
Top