![]()
Sub CellCopy() Dim ws As Worksheet For Each ws In Sheets With ws .Range("B11").Cut Destination:=.Range("A13") End With Next ws End Sub
![]()
Sub CellCopy() Dim ws As Worksheet For Each ws In Sheets With ws .Range("B11").Cut Destination:=.Range("A13") End With Next ws End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks