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

    multiple screen but the same detail capture

    HI! I have the below code from screen to excel from vt session copy but i need it the requirment below: i have screen K1,K2,K3,K4,K5,K6,K7,K8,K9,KA,KB,KC,KD,KE FROM EACH SCREEN IT WILL GO USING SHIFT + KEY ENTER K2, K3 AND SO ON AND CHECK THE BELOW ON...
  2. sundar766

    capute zeros.

    i need help from you guys. thanks n advance. the actual screen shows 0001 but copied in excel only 1 i need 0001 in excel sheet. Dim SettlementNo as String SettlementNO = Trim(Sess0.Screen.GetString(x, 40, 5)) .Cells(Rw, "A").Value = SettlementNO
  3. sundar766

    shift + key how do write in extra!

    Hi ! i heard this website from my friends. i am new to this website and new to macro also. could you help me i grab from this web sife how to put it in excel sheet. now i have clarification; how can id SHIFT + TAB TO GO DOWN I tried SENDKEYS <SHIFT> + <TAB> it is not working the genious are...

Part and Inventory Search

Back
Top