On Error Goto AccessClosed 'Create the Access object Dim oAccess As Access.Application Set oAccess = Access.Application 'Quit Access oAccess.Quit '<--This is where the error occurs the second time the code is run. 'Release Access Object Set oAccess = Nothing AccessClosed: On Error Resume Next
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.