回答編集履歴

3

書式の改善

2020/08/22 00:58

投稿

radames1000
radames1000

スコア1923

test CHANGED
@@ -10,6 +10,8 @@
10
10
 
11
11
  この部分をご希望のセルに変えましょう。
12
12
 
13
+
14
+
13
15
  ---
14
16
 
15
17
  これで

2

追加

2020/08/22 00:58

投稿

radames1000
radames1000

スコア1923

test CHANGED
@@ -9,3 +9,15 @@
9
9
  ActiveCellが指定されています。
10
10
 
11
11
  この部分をご希望のセルに変えましょう。
12
+
13
+ ---
14
+
15
+ これで
16
+
17
+ ```VBA
18
+
19
+ .Top = checkBoxCell.Top + (checkBoxCell.Height - .Height) / 2
20
+
21
+ .Left = checkBoxCell.Left + (checkBoxCell.Width - .Width) / 2
22
+
23
+ ```

1

追加

2020/08/21 08:25

投稿

radames1000
radames1000

スコア1923

test CHANGED
@@ -1,6 +1,8 @@
1
1
  ```VBA
2
2
 
3
3
  .Top = .Top + (ActiveCell.Height - .Height) / 2
4
+
5
+ .Left = .Left + (ActiveCell.Width - .Width) / 2
4
6
 
5
7
  ```
6
8