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.