boblarson
Smeghead
- Local time
- Yesterday, 16:34
- Joined
- Jan 12, 2001
- Messages
- 32,059
Msgbox "Cannot find this tenant"
Do not use parentheses () unless you are on the right side of an equals sign. For example:
If I used
Dim intResp as Integer
intResp = Msgbox("Do you wish to continue?", vbQuestion + vbYesNo, "Confirmation")
If intResp = vbYes Then...
etc.
Do not use parentheses () unless you are on the right side of an equals sign. For example:
If I used
Dim intResp as Integer
intResp = Msgbox("Do you wish to continue?", vbQuestion + vbYesNo, "Confirmation")
If intResp = vbYes Then...
etc.