Microsoft® Visual Basic® Scripting Edition
Visual Basic for Applications Features Not in VBScript
| Language Reference 
| Home | Site Map |

 

Contents          


Category Omitted Feature/Keyword
Array Handling Array function
Option Base
Private, Public
Declaring arrays with lower bound <> 0
Collection Add, Count, Item, Remove
Access to collections using ! character (e.g., MyCollection!Foo)

Conditional Compilation #Const
#If...Then...#Else
Constants/Literals Const
All intrinsic constants
Type-declaration characters (e.g., 256&)
Control Flow DoEvents
For Each...Next
GoSub ... Return, GoTo
On Error GoTo
On ... GoSub, On ... GoTo
Line numbers, Line labels
With ... End With
Conversion CCur, CVar, CVDate
Format
Str, Val

Data Types All intrinsic data types except Variant
Type ... End Type

Date/Time Date statement, Time statement
Timer

DDE LinkExecute, LinkPoke, LinkRequest, LinkSend

Debugging Debug.Print
End, Stop

Declaration Declare (for declaring DLLs)
Property Get, Property Let, Property Set
Public, Private, Static
ParamArray, Optional
New

Error Handling Erl
Error
On Error ... Resume
Resume, Resume Next

File Input/Output All

Financial All financial functions
Object Manipulation CreateObject
GetObject
TypeOf
Objects Clipboard
Collection
Operators Like
Options Deftype
Option Base
Option Compare
Option Private Module
Strings Fixed-length strings
LSet, RSet
Mid Statement
StrConv

Using Objects TypeName
Collection access using !