D
DoctorV
I have a sub in an Excel workbook on open event that copies data fro
one range to another. Works great except that at the end of the su
their is still data in the clipboard. How can I empty the clipboard a
the end of this sub. Tried sendkeys esc did not work. Thanks
Sheets("A_SUBMISSION").Select
Rows("2:2").Select
Selection.Copy
Sheets("A_EXPORT").Select
Rows("2:2").Select
Range("Z2").Activate
ActiveSheet.Paste
Range("A2").Select
ActiveWindow.ScrollWorkbookTabs Position:=xlFirst
Sheets("Quote_Info").Select
Range("B3").Select
SendKeys ES
one range to another. Works great except that at the end of the su
their is still data in the clipboard. How can I empty the clipboard a
the end of this sub. Tried sendkeys esc did not work. Thanks
Sheets("A_SUBMISSION").Select
Rows("2:2").Select
Selection.Copy
Sheets("A_EXPORT").Select
Rows("2:2").Select
Range("Z2").Activate
ActiveSheet.Paste
Range("A2").Select
ActiveWindow.ScrollWorkbookTabs Position:=xlFirst
Sheets("Quote_Info").Select
Range("B3").Select
SendKeys ES