5 | プロシージャの呼び出し、または引数が不正です。 |
Invalid procedure call or argument |
6 | オーバーフローしました。 |
Overflow |
7 | メモリが不足しています。 |
Out of memory |
9 | インデックスが有効範囲にありません。 |
Subscript out of range |
10 | 固定サイズの配列、または現在、この配列はサイズを変更できない状態にあります。 |
This array is fixed or temporarily locked |
11 | 0 で除算しました。 |
Division by zero |
13 | 型が一致しません。 |
Type mismatch |
14 | 文字列領域が不足しています。 |
Out of string space |
17 | 要求された操作を実行できません。 |
Can't perform requested operation |
28 | スタック領域が不足しています。 |
Out of stack space |
35 | Sub または Function が定義されていません。 |
Sub or Function not defined |
48 | DLL 読み込み時のエラーです。 |
Error in loading DLL |
51 | 内部エラーです。 |
Internal error |
52 | ファイルの名前または数が不正です。 |
Bad file name or number |
53 | ファイルが見つかりません。 |
File not found |
54 | ファイルのモードが不正です。 |
Bad file mode |
55 | ファイルは既に開かれています。 |
File already open |
57 | デバイス I/O (入出力) エラーです。 |
Device I/O error |
58 | 既に同名のファイルが存在しています。 |
File already exists |
61 | ディスクの空き容量が不足しています。 |
Disk full |
62 | ファイルの最後を超えた入力を行おうとしました。 |
Input past end of file |
67 | ファイル数が多すぎます。 |
Too many files |
68 | このデバイスは使用できません。 |
Device unavailable |
70 | 書き込みできません。 |
Permission denied |
71 | ディスクは準備されていません。 |
Disk not ready |
74 | 異なったドライブでも名前の変更はできません。 |
Can't rename with different drive |
75 | パスまたはファイル名が無効です。 |
Path/File access error |
76 | パスが見つかりません。 |
Path not found |
91 | オブジェクト型の変数は設定されていません。 |
Object variable not set |
92 | For ループは初期化されていません。 |
For loop not initialized |
94 | Null 値の使い方が不正です。 |
Invalid use of Null |
322 | 必要なテンポラリ ファイルが作成できません。 |
Can't create necessary temporary file |
424 | オブジェクトがありません。 |
Object required |
429 | ActiveX コンポーネントはオブジェクトを作成できません。 |
ActiveX component can't create object |
430 | クラスはオートメーションをサポートしていません。 |
Class doesn't support Automation |
432 | オートメーションの操作中にファイル名またはクラス名を見つけられませんでした。 |
File name or class name not found during Automation operation |
438 | オブジェクトでサポートされていないプロパティまたはメソッドです。 |
Object doesn't support this property or method |
440 | オートメーション エラーです。 |
Automation error |
445 | このオブジェクトではサポートされていない操作です。 |
Object doesn't support this action |
446 | このオブジェクトは、名前付き引数をサポートしていません。 |
Object doesn't support named arguments |
447 | 現在の国別情報の設定は、このオブジェクトではサポートされていません。 |
Object doesn't support current locale setting |
448 | 名前付き引数が不正です。 |
Named argument not found |
449 | 引数は省略できません。 |
Argument not optional |
450 | 引数の数が一致していません。または不正なプロパティを指定しています。 |
Wrong number of arguments or invalid property assignment |
451 | オブジェクトがコレクションではありません。 |
Object not a collection |
453 | 指定された DLL に関数が定義されていません。 |
Specified DLL function not found |
455 | コード リソースのロックエラーです。 |
Code resource lock error |
457 | このキーは既にコレクション内の要素に関連付けられています。 |
This key is already associated with an element of this collection |
458 | VBScript でサポートされていないオートメーションが変数で使用されています。 |
Variable uses an Automation type not supported in VBScript |
462 | リモート サーバー マシンが存在しないか、利用できません。 |
The remote server machine does not exist or is unavailable |
481 | ピクチャが不正です。 |
Invalid picture |
500 | この変数は宣言されていません。 |
Variable is undefined |
501 | 不正な代入です。 |
Illegal assignment |
502 | このオブジェクトは safe モードでは作成できません。 |
Object not safe for scripting |
503 | このオブジェクトは safe モードでは初期化できません。 |
Object not safe for initializing |
505 | 不正な参照です。 |
Invalid or unqualified reference |
506 | クラスが定義されていません。 |
Class not defined |
507 | 例外が発生しました。 |
An exception occurred |
1002 | 構文エラーです。 |
Syntax error |
1003 | ':' がありません。 |
Expected ':' |
1005 | '(' がありません。 |
Expected '(' |
1006 | ')' がありません。 |
Expected ')' |
1007 | ']' がありません。 |
Expected ']' |
1010 | 識別子がありません。 |
Expected identifier |
1011 | '=' がありません。 |
Expected '=' |
1012 | 'If' がありません。 |
Expected 'If' |
1013 | 'To' がありません。 |
Expected 'To' |
1014 | 'End' がありません。 |
Expected 'End' |
1015 | 'Function' がありません。 |
Expected 'Function' |
1016 | 'Sub' がありません。 |
Expected 'Sub' |
1017 | 'Then' がありません。 |
Expected 'Then' |
1018 | 'Wend' がありません。 |
Expected 'Wend' |
1019 | 'Loop' がありません。 |
Expected 'Loop' |
1020 | 'Next' がありません。 |
Expected 'Next' |
1021 | 'Case' がありません。 |
Expected 'Case' |
1022 | 'Select' がありません。 |
Expected 'Select' |
1023 | 式がありません。 |
Expected expression |
1024 | ステートメントがありません。 |
Expected statement |
1025 | ステートメントの末尾が不正です。 |
Expected end of statement |
1026 | 整数型の定数がありません。 |
Expected integer constant |
1027 | 'While' または 'Until' がありません。 |
Expected 'While' or 'Until' |
1028 | 'While'、'Until' または終了するためのステートメントがありません。 |
Expected 'While', 'Until' or end of statement |
1029 | 'With' ステートメントがありません。 |
Expected 'With' |
1030 | 識別子が長すぎます。 |
Identifier too long |
1031 | 不正な数字です。 |
Invalid number |
1032 | 文字が正しくありません。 |
Invalid character |
1033 | 終了していない文字列型の定数です。 |
Unterminated string constant |
1034 | 終了していないコメントです。 |
Unterminated comment |
1037 | 'Me' キーワードの使い方が不正です。 |
Invalid use of 'Me' keyword |
1038 | 'loop' に 'do' がありません。 |
'loop' without 'do' |
1039 | 不正な 'exit' ステートメントです。 |
Invalid 'exit' statement |
1040 | 'for' ループを制御する変数が不正です。 |
Invalid 'for' loop control variable |
1041 | 名前が二重に定義されています。 |
Name redefined |
1042 | 行頭のみ許されるステートメントです。 |
Must be first statement on the line |
1043 | ByVal でない変数に割り当てられません。 |
Cannot assign to non-ByVal argument |
1044 | Sub プロシージャを呼び出すときに、かっこを使うことはできません。 |
Cannot use parentheses when calling a Sub |
1045 | リテラル定数を指定してください。 |
Expected literal constant |
1046 | 'In' がありません。 |
Expected 'In' |
1047 | 'Class' がありません。 |
Expected 'Class' |
1048 | Class の内部で宣言しなければなりません。 |
Must be defined inside a Class |
1049 | プロパティの宣言に Let、Set または Get がありません。 |
Expected Let or Set or Get in property declaration |
1050 | 'Property' ステートメントがありません。 |
Expected 'Property' |
1051 | プロパティで指定した引数の数は、同じでなければなりません。 |
Number of arguments must be consistent across properties specification |
1052 | Class では、既定のプロパティ/メソッドを複数個選択することはできません。 |
Cannot have multiple default property/method in a Class |
1053 | クラスの初期化または終了に引数がありません。 |
Class initialize or terminate do not have arguments |
1054 | Property set または Property let には少なくとも 1 つの引数が必要です。 |
Property set or let must have at least one argument |
1055 | 'Next' が不正です。 |
Unexpected 'Next' |
1056 | 'Default' は 'Property'、 'Function' または 'Sub' の場合にのみ指定できます。 |
'Default' can be specified only on 'Property' or 'Function' or 'Sub' |
1057 | 'Default' 指定する場合には、'Public' も指定されていなければなりません。 |
'Default' specification must also specify 'Public' |
1058 | 'Default' の指定は、 Property Get にのみ適用されます。 |
'Default' specification can only be on Property Get |
4096 | Microsoft VBScript コンパイル エラー |
Microsoft VBScript compilation error |
4097 | Microsoft VBScript 実行時エラー |
Microsoft VBScript runtime error |
4098 | 未知の実行時エラーです。 |
Unknown runtime error |
5016 | Regular Expression オブジェクトがありません。 |
Regular Expression object expected |
5017 | 正規表現で構文エラーが発生しました。 |
Syntax error in regular expression |
5018 | 文字の繰り返しを表す正規表現演算子が不正です。 |
Unexpected quantifier |
5019 | 正規表現の中に ']' を指定してください。 |
Expected ']' in regular expression |
5020 | 正規表現の中に ')' を指定してください。 |
Expected ')' in regular expression |
5021 | 文字セットの範囲が不正です。 |
Invalid range in character set |
30000 | JA |
EN |
32766 | True |
True |
32767 | False |
False |
32768 | OK |
OK |
32769 | キャンセル |
Cancel |
32770 | ヘルプ |
Help |
32811 | 要素が見つかりません。 |
Element not found |
32812 | 指定された日は現在設定されているロケールのカレンダーでは使用できません。 |
The specified date is not available in the current locale's calendar |
32813 | このスクリプトには、悪質なコンテンツが含まれているため、ウイルス対策ソフトウェアによりブロックされています。 |
This script contains malicious content and has been blocked by your antivirus software. |