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 John Tel 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: tescojez
  • Content: Threads
  • Order by date
  1. tescojez

    "Scraping" Data after the Client Screen has Refreshed

    Please can you experts advise me on this. I'm having huge arguments about this. I need to ensure that the attachmate client has refreshed the screen before my macro starts to gather the data. Am I right in saying that Sess0.Screen.WaitHostQuiet(g_HostSettleTime) is, in essence, just a...
  2. tescojez

    Saving a Spreadsheet as Different Name?

    Hi All, Simple question (as always from me!). I don't know the syntax for saving an Excel Spreadsheet to a different name. I use this code to open it: Set obj=CreateObject("Excel.Application") Set obj= getobject("D:\Scripts Output\" & SiteCode & " Aisle Layout MASTER.xls") I then...
  3. tescojez

    Has anyone created a "Progress Meter" in EB

    Hi Guys, I have a couple of Macros that do some heavy duty number crunching in the background and also create large text files on different servers over the network. While these processes are happening there is no indication that the macro is doing anything. Has anyone created anything, in EB...
  4. tescojez

    Does EB support 2 dimensional arrays?

    Hi people, I'm quite new to EB (in fact haven't programmed for 10 years!). I have written some quite sophisticated scripts recently but am now struggling with multi dimensional arrays! I have used single level successfully. I thought that the declaration would be something like: dim...

Part and Inventory Search

Back
Top