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 SkipVought 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: utas
  • Order by date
  1. utas

    Attachmate - Read Cursor Location

    I agree with Skip, if you are using Excel or Access at all with your Extra Script, write everything in VBA within Excel or Access. You open extra, send a few keystrokes, scrape data from the screens (sometimes lots of data from several screens), then loop over a Field Definitions...
  2. utas

    Run Macro that will run 2 loop macros

    Declare Public Sub Main() Declare Private Sub Badloop() Declare Private Sub Goodloop() Public Sub Main() Call GoodLoop Call BadLoop End Sub Private Sub Badloop() dim lng as Long dim result as long lng = 20 result = 1 do if lng < 2 then exit do...
  3. utas

    clsExtra (Attachmate Extra! X-treme 8.0 SP1 and Access 2003 SP2)

    Hi all, This is my way of saying thankyou to this community (special mention to several useful answers by SkipVought) If you make any improvements or see any faults, feel free to let me know (though free code audit is not my purpose here). Kind regards, Tas What is this? This code comprises...

Part and Inventory Search

Back
Top