Sub 或 Property 中的 'Exit Function' 無效
Exit Function
出現在 Sub
程序或 Property
程序。 Exit
陳述式必須符合它發生所在的區塊。
錯誤 ID︰ BC30067
- 請視需要將
Exit Function
取代為Exit Sub
或Exit Property
陳述式。
Exit Function
出現在 Sub
程序或 Property
程序。 Exit
陳述式必須符合它發生所在的區塊。
錯誤 ID︰ BC30067
Exit Function
取代為 Exit Sub
或 Exit Property
陳述式。