1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

イミディエイトウィンドウ活用例

Last updated at Posted at 2019-03-06
選択したセル範囲の値を一斉列挙する
'出力結果は1行目の左端~右端、2行目の左端~右端、3行目の左端~右端、…、と続く
for each r in selection:?r.value:next

https://thom.hateblo.jp/entry/2019/03/01/223729 より引用

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?