Results 1 to 2 of 2
  1. #1
    Slav is offline Novice
    Windows 10 Access 2016
    Join Date
    Aug 2019
    Posts
    1

    macro paste form clipboard

    hey,



    This is my very first topic here.

    Is there any way to "paste from clipboard" using macro ?

    Many thanks in advacne

  2. #2
    CJ_London is online now VIP
    Windows 10 Access 2010 32bit
    Join Date
    Mar 2015
    Posts
    11,430
    don't know about a macro but in vba you would set the focus to the control that will receive the paste then use docmd.runcommand acCmdPaste

    i.e.

    mycontrol.setfocus
    docmd.runcommand acCmdPaste

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

Similar Threads

  1. btn macro what can copy text to clipboard
    By TriFith in forum Import/Export Data
    Replies: 6
    Last Post: 07-01-2016, 02:45 AM
  2. VBA Macro to Paste From Clipboard to Table
    By kdbailey in forum Access
    Replies: 4
    Last Post: 03-30-2016, 12:58 PM
  3. Replies: 4
    Last Post: 08-24-2015, 12:57 PM
  4. Using the Clipboard in a Macro in a form
    By mchadwick in forum Forms
    Replies: 8
    Last Post: 06-14-2012, 10:47 AM
  5. Replies: 3
    Last Post: 12-17-2011, 02:32 PM

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