vba how to programmatically remove the marching ants after range copy code example
Example: excel vba how to programmatically remove the marching ants after range copy
'VBA code to stop the marching ants after a range copy:
Application.CutCopyMode = False