回答編集履歴
1
追記
answer
CHANGED
@@ -9,4 +9,7 @@
|
|
9
9
|
DoEvents '他のイベントを処理する
|
10
10
|
Debug.Print "実行中!"
|
11
11
|
Loop While bStop
|
12
|
-
```
|
12
|
+
```
|
13
|
+
|
14
|
+
[Excel VBA コマンドボタンのイベント](https://kosapi.com/post-4082/)
|
15
|
+
[Excel VBA ユーザーフォームのイベント](https://kosapi.com/post-4072/)
|