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(<Desc ription("Enter Your Name")>YourName as String)
msgbox YourName
End Sub
--
--Zorpie
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(<Desc ription("Enter Your Name")>YourName as String)
msgbox YourName
End Sub
--
--Zorpie
Comment