A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
I have had this "ghosting" before but under different conditions. One suggestion was to uninstall the video driver and reinstall it. However, that did not fix it and I just put up with it until it came time to do a total re-installation of windows and software due to other problems and the ghosting problem has not been there since so I am suggesting it is a glitch in the software somewhere.
However, there is no need to select ranges for copy and paste. The following copies and pastes in one line. Note it is one line with just a space between Copy and Destination. It might alleviate your problem.
Private Sub CommandButton1_Click()
Range("H103:T115").Copy Destination:=Range("H25")
End Sub
Regards, OssieMac