Glory
Well-known Member
- Joined
- Mar 16, 2011
- Messages
- 640
I knwo this doesn't quite belong in this forum, but I really need a solution as quick as I can get one, and I don't belong to any other forums like this one.
I'm trying to use a message box in a proprietary application that uses VB, but I get an error that says "Wrong number of parameters".
Help, anyone
I'm trying to use a message box in a proprietary application that uses VB, but I get an error that says "Wrong number of parameters".
Code:
a = MsgBox (Err.Number, vbOkOnly, "Error #")
Help, anyone
Last edited: