G
Guest
How do you add a description for theuser to see in the development
environment to describe each argument being passed into a procedure?
This does NOT work, but you get the idea of what I want to do:
Public Sub PrintName(<Description("Enter Your Name")>YourName as String)
msgbox YourName
End Sub
environment to describe each argument being passed into a procedure?
This does NOT work, but you get the idea of what I want to do:
Public Sub PrintName(<Description("Enter Your Name")>YourName as String)
msgbox YourName
End Sub