Hi
I have 2 workbooks are open. Workbooks(1) and Workbooks(2). The code and the button to run the code are in workbooks(1). The code below does not work after I entered the following
x= 1
y = 1
z =2
m = 1
Sub ws_copy_to_different_wb()
Dim x As Integer
Dim y As Integer
Dim z As...