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

    Can I use Dateadd in Extra only?

    Hi all, I need to get todays date, and then generate a new date 7 days from todays date. I can do this in excel and it works Dim newdate newdate = DateAdd("d", 7, Date)' adds however many days newdate = Format(newdate, "ddmmyy") 'formats my date MsgBox newdate In this case I will only be...
  2. jamesbt

    Excel to Extra Loop Problem

    Hi all, I'm having a problem with the below code, It does what I want it to do so far, however once its processed the first row in excel it ends, I cant get it to loop to the 2nd row in excel. Also when I read the screen in extra my test variable writes back to excel its placing it on f row...
  3. jamesbt

    Capture screen information

    I use extra at work. I need to capture a line of txt that is displayed on the screen. The txt will always appear on the same screen in my active session. It can however appear on different rows. I need to find the txt on screen, XYZInformation: I need to capture the 6 or seven charecters to...

Part and Inventory Search

Back
Top