79700671

Date: 2025-07-14 09:34:39
Score: 1
Natty:
Report link

Stumbled across an easier way that seems to work:

    ActiveSheet.Range("A1").Copy
    Application.CutCopyMode = False

As pointed out, the

"Application.CutCopyMode" only works with the excel clipboard, so quickly put something in the excel clipboard, then clear it.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AndrewG