Article ID: 136058
Article Last Modified on 1/19/2007
No DoCmd Equivalent Solution
-----------------------------------------------------------------------
AddMenu The wizard comments out these lines in the code
and notifies the user.
MsgBox Uses the MsgBox function.
RunApp Uses the Shell function to run another
application.
RunCode Uses the Call statement and runs the function
directly in Visual Basic.
SendKeys Uses the SendKeys statement.
SetValue Sets the value directly in Visual Basic.
StopAllMacros Uses the End statement.
StopMacro Uses the Exit Function statement.Keywords: kbinfo kbprogramming KB136058