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. justBanks

    send control keys to Reflection from Excel using VBA

    I use the ControlKeyCode_Transmit constant with the SendControlKey function, as in the following line: screen.SendControlKey(ControlKeyCode_Transmit) In this example, the screen variable is set to the Screen property of the Terminal object: Dim App As...

Part and Inventory Search

Back
Top