ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,738
- Office Version
- 2007
- Platform
- Windows
Hi,
Below is the current code in use.
This returns the message,
44
This Invoice Number Exists.
I am trying to get the output message to be like,
Invoice Number 44 Exists
I think ive had many combinations apart from the one i require.
Thanks
Below is the current code in use.
Code:
MsgBox .Text & Chr(10) & "This Invoice Number Exists", vbCritical, "Duplicate Invoice Number"
This returns the message,
44
This Invoice Number Exists.
I am trying to get the output message to be like,
Invoice Number 44 Exists
I think ive had many combinations apart from the one i require.
Thanks