ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Please can you advise how to re-arrange the way the msg text is shown.
The current code in use is shown below which reads "33 Photo Doesn`t Exist"
I would like to have it read "Photo 33 Doesn`t Exist"
The current code in use is shown below which reads "33 Photo Doesn`t Exist"
I would like to have it read "Photo 33 Doesn`t Exist"
Code:
MsgBox Target.Value & " Photo Doesn't exist! ", vbCritical, "No Photo Found"