質問編集履歴

5

2021/08/30 06:26

投稿

Ryota.08
Ryota.08

スコア1

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- Logger.log(activeCellValue2);
35
+ Logger.log(activeCellValue2);
36
36
 
37
37
  Browser.msgBox(activeCellValue2)
38
38
 

4

2021/08/30 06:26

投稿

Ryota.08
Ryota.08

スコア1

test CHANGED
File without changes
test CHANGED
@@ -32,7 +32,7 @@
32
32
 
33
33
 
34
34
 
35
- Logger.log(activeCellValue2);
35
+ Logger.log(activeCellValue2);
36
36
 
37
37
  Browser.msgBox(activeCellValue2)
38
38
 

3

2021/08/30 06:25

投稿

Ryota.08
Ryota.08

スコア1

test CHANGED
File without changes
test CHANGED
@@ -30,9 +30,7 @@
30
30
 
31
31
  var activeCellValue2 = activeCell2.getValue();
32
32
 
33
- var activeRow2 = activeCell2.getRow();
34
33
 
35
- var activeColumn2 = activeCell2.getColumn();
36
34
 
37
35
  Logger.log(activeCellValue2);
38
36
 

2

2021/08/30 06:25

投稿

Ryota.08
Ryota.08

スコア1

test CHANGED
File without changes
test CHANGED
File without changes

1

2021/08/30 06:03

投稿

Ryota.08
Ryota.08

スコア1

test CHANGED
File without changes
test CHANGED
@@ -34,10 +34,6 @@
34
34
 
35
35
  var activeColumn2 = activeCell2.getColumn();
36
36
 
37
- var lastRaw = sheet1.getLastRow()
38
-
39
- var sh1 = sheet1.getRange(3,2).getValue();
40
-
41
37
  Logger.log(activeCellValue2);
42
38
 
43
39
  Browser.msgBox(activeCellValue2)