Get rid of Marching Ants without clearing the Clipboard Cache

Pat_The_Bat

Board Regular
Joined
Jul 12, 2018
Messages
82
I have a form that users fill out, and at the bottom of the form I've added a button for the user to copy the data to be able to paste into another application we use.

Right now, the button works but it leaves the marching ants on the page.
If I use application.cutcopymode=false, it gets rid of the marching ants BUT IT ALSO Clears the cache and when I go to paste in the other application, there is nothing on the clipboard.

Any suggestions?

VBA Code:
    Range("D32:F58").Select
    Selection.Copy
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
 
Upvote 0
I have a form that users fill out, and at the bottom of the form I've added a button for the user to copy the data to be able to paste into another application we use.

Right now, the button works but it leaves the marching ants on the page.
If I use application.cutcopymode=false, it gets rid of the marching ants BUT IT ALSO Clears the cache and when I go to paste in the other application, there is nothing on the clipboard.

Any suggestions?

VBA Code:
    Range("D32:F58").Select
    Selection.Copy
What's wrong with leaving the ants be
 
Upvote 0

Forum statistics

Threads
1,214,918
Messages
6,122,255
Members
449,075
Latest member
staticfluids

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top