Sub notworking()
With Worksheets(1)
WorksheetFunction.Sum (.Range(.Range("A1"), .Range("A7")))
End With
Sub moo()
WorksheetFunction.Sum (Worksheets(1).Range(Worksheets(1). _
Range("A1"), Worksheets("sheet2").Range("A7")))
End Sub
i dont understand what output iam geeting,i found this code in...