I may have a solution - Haven't tested it in every case and don't understand why it worked. On the excel tech usergroup
https://techcommunity.microsoft.com/t5/excel/copy-paste-no-longer-working-in-excel/m-p/112995/page/5
There is a post from JOHN EICHMANN Aug 12 2020 05:46 AM saying:
"This is what broke my cut-and-paste abiltiy in Excel. @Jon Firooz
I produce some spreadsheets programmatically with powershell in a scheduled task.
This only works if you add these directories to your machine
C:\Windows\System32\config\systemprofile\Desktop
C:\Windows\SysWOW64\config\systemprofile\Desktop
That solution comes from here.
https://superuser.com/questions/579900/why-cant-excel-open-a-file-when-run-from-task-scheduler
When you add those directories your cut and paste in excel will stop working. It is real time, you do not even need to open/close excel. Open a spreadsheet add those directories cut and paste in excel will stop working. Remove those directories it will start working again. The issue is that MS does not test their stuff to be run in an automated way, everything is based on user interaction, another link within the page above."
T
On my ystem, I didn't have the directory: C:\Windows\System32\config\systemprofile\Desktop
so I added it via windows explorer (initially didn't have permission to access the folder but just went ahead by clicking 'Continue'
I already had the 2nd directory mentioned: C:\Windows\SysWOW64\config\systemprofile\Desktop
That's all I did.
So far copy and paste are working properly and a few other minor issues are cleared up. I haven't deleted those folders as Eichmann suggests. And I have no idea why this should work or why Microsoft hasn't done anything about trying to solve it.