M
Michael
Hi everyone,
I am getting an error in this:
Sub MoveCells()
Columns("b:b").Select
Selection.Cut
Columns("g:g").Select
Current.Selection
Selection.Paste 'Here I am getting the error
End Sub
Anything wrong with "Paste"?
Thanks,
Mike
I am getting an error in this:
Sub MoveCells()
Columns("b:b").Select
Selection.Cut
Columns("g:g").Select
Current.Selection
Selection.Paste 'Here I am getting the error
End Sub
Anything wrong with "Paste"?
Thanks,
Mike