Programming Reference Manual
Me
Syntax
Me
Description
Me references the current macro/module. It can be used like any other
object variable
, except that it's reference can't be changed.
See Also
Set
.
Example
Sub
Main
DoIt
Me
.DoIt
' calls the same sub
End
Sub
Sub
DoIt
MsgBox
"Hello"
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Objects
CreateObject
GetObject
Me
With...End With
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator