Forum Discussion

krestenbager's avatar
krestenbager
Occasional Contributor
15 years ago

VB: possible to define an optional parameter in a sub?

Hi all, In VB it should be possible to declare a sub procedure with an optional parameter, e.g.: Sub notify(ByVal company As String, Optional ByVal office As String = "QJZ") I know th...