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

    Print screen ?

    What is the macro to print the extra screen? thank you
  2. djfa94

    Extra on excel ???

    Hi this is my code, i have a probleme, i can't copy on excel copy of a column ? can you help me thx. Dim a As Integer For a = 1 To 50 Cells(a, 1).Value = Sess1.screen.Area(8, 17, 8, 19).Value & Sess1.screen.Area(8, 21, 8, 23).Value Cells(b, 1).Value = Sess1.screen.Area(10, 17, 10, 19).Value...
  3. djfa94

    Date of the day

    Good evening, on my macro, I have the date of day to return manually to the everyday life(daily paper): is it possible that this macro takes into account automatically the date of day?:D Sess0. Screen. SendKeys (" 11/2 [< Enter > ")

Part and Inventory Search

Back
Top