Hi Everyone,
I need your assistance with an issue I'm having with the following lines in my "ThisWorkbook" code.
I introduced the following codes into Private Sub Workbook_Activate()
Private Sub Workbook_Activate()
Application.EnableEvents = False
Application.CutCopyMode = False
..
....
.....
I...