最大区别:function有返回值,sub没有返回值调用Sub的两种方式:Call MyProc (FirstArgument, SecondArgument)MyProc FirstArgument, SecondArgument调用Function:MyFunc(arg1,arg2)