Article ID: 107716
Article Last Modified on 10/11/2006
-or-
'Main(5)'the problem will occur when you select the macro button and click Edit Code.
Sub Main(i) '"i" is the argument that is being passed to the
'procedure
MsgBox Str$(i)
End Sub
Another way to go to a specified procedure is to use the Edit Goto command
(press the F5 key) and type the procedure's name. This will take you to the
procedure you specify.
Additional query words: 5.00a 5.00c XL98 XL97 XL7 XL5 XL
Keywords: kbprogramming kbprb KB107716