Forum Discussion
harwood66
Jul 26, 2020Copper Contributor
New laptop has macros running like a slow sweeping demo mode?
I don't know if anyone could help with a simple tip with this issue? I had no problem with an intel i3 4gb laptop swiftly running through my macros. I have now purchased an intel i5 8gb laptop that ...
- Jul 27, 2020Then the clipboard in Excel was most likely full.
here is a link to delete.
https://support.microsoft.com/en-gb/office/clear-the-clipboard-7afbf55f-d7d5-4096-87a0-eb17f821d321?ui=en-us&rs=en-gb&ad=gb
Or delete with cmd
cmd / c "echo off | clip"
Nikolino
I know I don't know anything (Socrates)
NikolinoDE
Jul 27, 2020Platinum Contributor
Then the clipboard in Excel was most likely full.
here is a link to delete.
https://support.microsoft.com/en-gb/office/clear-the-clipboard-7afbf55f-d7d5-4096-87a0-eb17f821d321?ui=en-us&rs=en-gb&ad=gb
Or delete with cmd
cmd / c "echo off | clip"
Nikolino
I know I don't know anything (Socrates)
here is a link to delete.
https://support.microsoft.com/en-gb/office/clear-the-clipboard-7afbf55f-d7d5-4096-87a0-eb17f821d321?ui=en-us&rs=en-gb&ad=gb
Or delete with cmd
cmd / c "echo off | clip"
Nikolino
I know I don't know anything (Socrates)
harwood66
Jul 27, 2020Copper Contributor
Thanks for your help
- NikolinoDEJul 27, 2020Platinum ContributorYou're welcome, thanks for the feedback. If it helped, please mark the answer as correct, so others can also find out more.
Nikolino
I know I don't know anything (Socrates)