Keywords
Keywords are special words that are reserved.
These keywords are used by the compiler to determine the structure of your code.
These are displayed in ??? by default in the Code window.
These cannot be used for variables or procedure or function names.
VBA > Syntax > Keywords
C# | VB.Net | Description |
abstract | ||
as | ||
base | ||
bool | ||
break | ||
byte | ||
case | Case | |
catch | Catch | |
char | ||
checked | ||
class | Class | |
const | ||
continue | ||
decimal | ||
default | ||
delegate | ||
do | ||
double | ||
else | ||
enum | Enum | |
event | ||
explicit | ||
extern | ||
false | False | |
finally | Finally | |
fixed | ||
float | ||
for | For | |
foreach | ||
goto | GoTo | |
if | If | |
implicit | ||
in | ||
int | ||
interface | ||
internal | ||
is | ||
lock | ||
long | ||
namespace | ||
new | ||
null | ||
object | ||
operator | ||
out | ||
override | ||
params | ||
private | Private | |
protected | Protected | |
public | Public | |
readonly | ||
ref | ||
returns | ||
sbyte | ||
sealed | ||
short | ||
sizeof | ||
stackalloc | ||
static | Static | |
string | String | |
struct | ||
switch | Switch | |
this | ||
throw | ||
true | True | |
try | Try | |
typeof | ||
uint | ||
ulong | ||
unchecked | ||
unsafe | ||
ushort | ||
using | ||
virtual | ||
void | ||
volatile | ||
while | While |
© 2023 Better Solutions Limited. All Rights Reserved. © 2023 Better Solutions Limited TopPrevNext