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

  1. eyriquezahrul

    Attachmate Screen Refresh

    Hi, I need a code to refresh Attachmate Screen first before I start taking the data on the screen. Is there such code? How to increase the Attachmate Screen refresh rate? Thank you.
  2. eyriquezahrul

    Read Each Cell in Excel File

    Ok Skip, here is the code for me to browse all the cell and then get the data that I want. I have referred to one of the post in this Attachmate forum to get this solution. Sub rExtract() Dim rNCell, rNCol, rNRng As Range Set rNRng = Sheets("RCreation Template").Rows("1:500")...
  3. eyriquezahrul

    Read Each Cell in Excel File

    Oh, thanks 4 replying Skip. Never mind. I already have a solution for this. Thank you.
  4. eyriquezahrul

    Attachmate Windows On Top

    Hi, Anyone know how to make the Attachmate windows on top of all while running the macro? This is because, if the window is not on top, the result (through if statement) is unreliable. Is there any code to make the Attachmate window become activated (on top) using Excel VBA? Thank you.
  5. eyriquezahrul

    Read Each Cell in Excel File

    Hi, does anyone know how to loop each cell in a given range in Excel through Attachmate macro? Thank you.

Part and Inventory Search

Back
Top