質問編集履歴
1
変数の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
|
65
65
|
If ”label_dataに「label_code」が含まれている場合” Then
|
66
66
|
|
67
|
-
|
67
|
+
sheet1.Range(sheet1.Cells(i, 1), sheet1.Cells(i, 3)).Copy sheet2.Cells(k, 1) '1行ごとにsheet2へコピーする
|
68
68
|
|
69
69
|
k = k + 1
|
70
70
|
|