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 is very swift at everything except it runs the macro (like in slow motion) showing all the calculations, copies, pastes and scrolls etc. I am hoping there is an easy fix for this. The new laptop is much quicker at all other tasks except this? Kind regards Dave
- 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)
5 Replies
- harwood66Copper ContributorLightening fast this morning, haven't a clue what the laptop fairies have done overnight but all good now.
- NikolinoDEPlatinum ContributorThen 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)- harwood66Copper ContributorThanks for your help
- NikolinoDEPlatinum ContributorSometimes the #referencing entries are in the columns / rows. Also a reference formulas in these columns castrates the pc. But you can no longer understand what actually happens in these columns / rows and macros if you can not run the sheet yourself. Since there are no other speed problems with you, the formulas in the spreadsheet would be my next starting point to localize the problem.
But as I said, it's just a guess that I'm making here.
I would be happy to find out if I could help.
Nikolino
I know I don't know anything (Socrates)