What is the syntax to call a local procedure? Call <procedure name> 'example Call loadSheet Sub loadSheet() 'code here End Sub Advertisements