I have a problem to pass 2 parameters to a sub!!!
Like this:
welcom("hej", "asd")
Sub welcom(qwe, asd)
MsgBox(qwe)
MsgBox(asd)
End Sub
and I get an error
When I work with one parameter I works fine...
Help!
TheMSsForum.com: The Microsoft Software Forum