Clipboard

G

Guest

I generally copy a single cell in order to clear/overwrite
the clipboard. Doing this does not cause excel to prompt a
clipboard warning when taking certain actions.
 
G

Gord Dibben

Ed

Application.CutCopyMode = False

Placed at end of copy/paste code.

Gord Dibben Excel MVP
 
Top