Based on this code, which procedure calls the subroutine SumCosts correctly?
Sub Sumosts(AcctName As String, Amount As Long)
Range("A1") = AcctName
End Sub
Based on this code, which procedure calls the subroutine SumCosts correctly?
Sub Sumosts(AcctName As String, Amount As Long)
Range("A1") = AcctName
End Sub