Results 1 to 14 of 14

Thread: Paste disable button - in sheet

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #12
    Found this a few minutes ago from a Microsoft note site post:

    " Using the Worksheet_SelectionChange event will clear the clipboard, which disables the Paste Special option. To enable the option, you need to set the value of the Application.EnableEvents property to False."


    If this is possible?, this way I lost the Worksheet SelectionChange event (turn off (false)) which I needed.

    Any way to bypass this possibility?
    Last edited by vitorio; 01-12-2025 at 01:50 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
  •