D
Dudley
I am trying to create a command button to run public sub
IncorporationQuery(Envelope as String). For code
Dim strGetProc As String
strGetProc = "IncorporationQuery"
Application.Run strGetProc
I get error 'Argument not optional'. I cannot find how to write the argument.
Thanks for any help.
Dudley
IncorporationQuery(Envelope as String). For code
Dim strGetProc As String
strGetProc = "IncorporationQuery"
Application.Run strGetProc
I get error 'Argument not optional'. I cannot find how to write the argument.
Thanks for any help.
Dudley