Macro actions that don't have corresponding DoCmd methods

Action Visual Basic equivalent
AddMenu No equivalent
MsgBox MsgBox function
RunApp Shell function
RunCode Procedure call (Call statement)
SendKeys SendKeys statement
SetValue Assignment statement (Let statement)
StopAllMacros Stop or End statements
StopMacro Exit Sub or Exit Function statements