回答編集履歴

1

作業領域のクリア処理を追加

2020/09/17 14:06

投稿

kitasue
kitasue

スコア314

test CHANGED
@@ -108,6 +108,10 @@
108
108
 
109
109
  wshCmp.Range("A31:i37").Value = wshOrd.Range("A31:i37").Value
110
110
 
111
+ wshOrd.Range("A30:i45").ClearContents
112
+
113
+ wshOrd.Range("A30:i45").ClearFormats
114
+
111
115
 
112
116
 
113
117
  Set wshOrd = Nothing