閱讀英文

共用方式為


Sub 或 Property 中的 'Exit Function' 無效

Exit Function 出現在 Sub 程序或 Property 程序。 Exit 陳述式必須符合它發生所在的區塊。

錯誤 ID︰ BC30067

更正這個錯誤

  • 請視需要將 Exit Function 取代為 Exit SubExit Property 陳述式。

另請參閱