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


abstract 
as 
base 
bool 
break(Statement) Ends the execution of the body of an iteration or switch statement
byte 
caseVB.Net - Case
catchVB.Net - Catch
char 
checked 
classVB.Net - Class
const 
continue 
decimal 
default 
delegate 
do 
double 
else 
enumVB.Net - Enum
event 
explicit 
extern 
falseVB.Net - False
finallyVB.Net - Finally
fixed 
float 
forVB.Net - For
foreach 
gotoVB.Net - GoTo
ifVB.Net - If
implicit 
in 
int 
interface 
internal 
is 
lock 
long 
namespace 
new 
null 
object 
operator 
out 
override 
params 
privateVB.Net - Private
protectedVB.Net - Protected
publicVB.Net - Public
readonly 
ref 
return 
sbyte 
sealed 
short 
sizeof 
stackalloc 
staticVB.Net - Static
stringVB.Net - String
struct 
switchVB.Net - Switch
this 
throw 
trueVB.Net - True
tryVB.Net - Try
typeof 
uint 
ulong 
unchecked 
unsafe 
ushort 
using 
virtual 
void 
volatile 
whileVB.Net - While

© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrev