Results 1 to 3 of 3
  1. #1
    BrooksR is offline Novice
    Windows 10 Access 2007
    Join Date
    Nov 2018
    Posts
    12

    Need to SendKeys {Insert} and {Up} at once

    SendKeys lets you send simultaneous key combinations with Shift, Control and Alt but I need to send {Insert} and {Up} at once.



    SendKeys "{Insert}{Up} sends one after another.

    A Windows DLL function would also be ok, but the Windows Sendkeys looks identical to the VBA one.

    Any one have an idea?


    Thanks,
    Brooks

  2. #2
    ranman256's Avatar
    ranman256 is offline VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,521
    you should never need to use
    SendKeys.
    just move to the record.

  3. #3
    Gicu's Avatar
    Gicu is offline VIP
    Windows 10 Access 2010 32bit
    Join Date
    Jul 2015
    Location
    Kelowna, BC, Canada
    Posts
    4,101
    Hi Brooks,

    Have you tried SendKeys "{Insert}" + "{Up}" ? (https://stackoverflow.com/questions/...-the-same-time)

    Cheers,
    Vlad

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Sendkeys and Utility Add-Ins
    By steve.redman in forum Access
    Replies: 12
    Last Post: 12-13-2013, 02:31 PM
  2. sendkeys, anyone have experience?
    By redbull in forum Programming
    Replies: 1
    Last Post: 02-14-2013, 10:44 AM
  3. Keydown and SendKeys
    By Remster in forum Programming
    Replies: 10
    Last Post: 08-10-2011, 10:39 AM
  4. Sendkeys replacement
    By numberguy in forum Programming
    Replies: 6
    Last Post: 07-14-2011, 08:29 AM
  5. Sendkeys replacement
    By numberguy in forum Forms
    Replies: 3
    Last Post: 10-29-2010, 07:20 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums