Sub Call()

'this is to call the current amount owed

Sheets("tablecalc").Range("h39").Value = "Call"
    End Sub

whenever i try to add this into my module i get the compiler error message. what do i need to do to be able to add this? i have put 2 other subs in this project and they both work fine...im confused as to how i go about adding additional macros. can anybody shed some light?