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

  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

    GetString Type Mismatch

    Don't know why it would work the first time around but.... Have you tried: Acc_Count = Val(Trim(Sess0.Screen.GetString(Multi_Acc,3,1))) I'm not a techie but thats what I would try. Good Luck
  3. 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...
  4. tescojez

    Has anyone created a "Progress Meter" in EB

    Again Thanx for your response MrMilson. Tried your code today and it worked great.... Then was able to develop it in my "simplistic way" and it worked even greater! Thanx for the pointers. BTW: Where can I find a list of all the variables attached to the ("internetexplorer.application")...
  5. tescojez

    Has anyone created a "Progress Meter" in EB

    Thanks Mr Milson for that, I am not at work (with no access to EB), so I can't check the variable "TestCondition" - Is this a reserved variable? (Excuse my ignorance!) or, where does it get set to Non-""? Will check it out in the next couple of days at work. Jez
  6. 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...
  7. tescojez

    Does EB support 2 dimensional arrays?

    Thanx skie, Sorry for the extremely long delay in replying to this - I got dragged off to a totally different project! I used the principles in your code and I am having great success with it.
  8. tescojez

    Does EB support 2 dimensional arrays?

    Thanx so much Guys - got back tonight, (after a week away with no access! - long story but I work for the big T in the UK) I spotted the problem, corrected it and we are running fine. However - Secondary question - can I use arrays in a Dialogue box - Switching to additional Dialogue boxes...
  9. 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