Hi
I am trying to cut and paste a range. The code below is giving me out of range error mesage. it opens the second file but wont do the cut. Thank you so much
Sub cutcells()
Dim x As String
x = InputBox("enter workbooks name")
Workbooks.Open Filename:=x...