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

    Attachmate Macro to read data from Excel

    Sorry, that is (Alt + F11 from excel) not shift + F11
  2. SeMack

    Attachmate Macro to read data from Excel

    You could try adding the following code to a module in VBA for excel. (Shift + F11 from excel) '------------------------------------------- Sub Test() Dim Field1 As OmniFieldRecord Dim Field2 As OmniFieldRecord Dim Sheet1 As Worksheet Dim MyScreen As Object Set MyScreen = GrabExtra...
  3. SeMack

    Sendkeys And Shift

    Try this. Sess0.Screen.Sendkeys(&quot;<Pf13>&quot;) 'Shift + F1 Sess0.Screen.Sendkeys(&quot;<Pf15>&quot;) 'Shift + F3 Sess0.Screen.Sendkeys(&quot;<Pf23>&quot;) 'Shift + F11
  4. SeMack

    Sendkeys And Shift

    I need something very similar. I need to hit Shift+F11. I have not yet found the answer. However, as far as getting sendkeys to work with .net try the following function called VBSendKeys. I've tested it in VBA and it works great. http://www.vb2themax.com/Item.asp?PageID=CodeBank&ID=198

Part and Inventory Search

Back
Top