LoginSignup
0
0

More than 5 years have passed since last update.

VBA ファイルを利用した排他

Posted at
Open Exclusion_FILE For Append As #1
If Err.Number > 0 Then
    Close #1
    MsgBox "現在、使用中です。"
    Exit Sub
End If
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0