Hi All,
I'm working with the following code:
Sub Macro11()
'
'
'
Worksheets("REPORT").Select
Worksheets("REPORT").Range("A1:L47").Select
End Sub
Does anyone know how to combine these terms so I have one line?
For example, I've tried variations of this code below, but I'm...