Excel VBAの用語1

Excel VBA たぶんよく使う用語です
Excel VBA たぶんよく使う用語です
順位 | 名前 | スコア | 称号 | 打鍵/秒 | 正誤率 | 時間(秒) | 打鍵数 | ミス | 問題 | 日付 |
---|---|---|---|---|---|---|---|---|---|---|
1 | sei | 2522 | E | 3.0 | 85.4% | 55.9 | 170 | 29 | 24 | 2025/07/10 |
関連タイピング
-
プレイ回数824長文英字713打
-
プレイ回数3021英字676打
-
CS検定表計算部門2級で出題される範囲の関数です。
プレイ回数1080長文3225打 -
コード集
プレイ回数926短文英字59打 -
コード集
プレイ回数864英字230打 -
プレイ回数660長文763打
-
プレイ回数1145長文1508打
-
関数を料理に例えてみました。
プレイ回数1012長文かな1112打
問題文
ふりがな非表示
ふりがな表示
(sub)
Sub
(endsub)
End Sub
(sheets)
Sheets
(range)
Range
(cells)
Cells
(worksheets)
Worksheets
(false)
False
(true)
True
(with)
With
(endwith)
End With
(value)
Value
(application.cutcopymode)
Application.CutCopyMode
(dim)
Dim
(long)
Long
(selection.clearcontents)
Selection.ClearContents
(cells(rows.count,1).end(xlup).row)
Cells(Rows.Count, 1).End(xlUp).Row
(for)
For
(next)
Next
(if)
If
(endif)
End If
など
(not)
Not
(and)
And
(or)
Or
(as)
As