I'm creating an employee pay calculation program and my pop-up box needs to reed Total Pay, but it says microsoft.visualbasic.core. Can anyone help me out that please?
Add "0" and "Total Pay"" in the end of MsgBox.
Example:
Call MsgBox(.............. , 0, "Total Pay")
Comments
Leave a comment