Hi All,
Is there a way to shorten the below code...
Regards,
Humayun
Is there a way to shorten the below code...
Code:
Sub Macro4()'
' Macro4 Macro
'
'
Range("B3").Select
Range(Selection, Selection.End(xlToRight)).Select
Range(Selection, Selection.End(xlDown)).Select
Selection.Copy
Range("B11").Select
ActiveSheet.Paste
Application.CutCopyMode = False
End Sub
Regards,
Humayun