View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
ALEX ALEX is offline
external usenet poster
 
Posts: 493
Default Calling a procedure in a procedure



"N10" wrote:


I new to programming so I may be off the mark here

should the code nor read


If Finish = vbYes Then
call Summary
Exit Sub
Else
MsgBox "Let me know if this macro has helped you."
End If

Hope this helps

Best N10


If' tried using CALL as well but get the same error. VBA knows that with or
without the CALL statement, I want to run the additional procedure.