AOB
Registered User.
- Local time
- Today, 00:37
- Joined
- Sep 26, 2012
- Messages
- 621
Hi guys,
Anybody know if it's possible to show a downward arrow as part of the prompt text in a message box? Or are you restricted to only the ASCII table of characters?
I'm trying this :
But it just comes out as :
Or am I wasting my time?
Cheers!
Al
Anybody know if it's possible to show a downward arrow as part of the prompt text in a message box? Or are you restricted to only the ASCII table of characters?
I'm trying this :
Code:
strResult = "(" & [COLOR=red]ChrW(8595)[/COLOR] & " " & Format(dblReduction, "0.0%") & ")"
MsgBox strResult, vbInformation, strTitle
Anybody know if it's possible to get a MsgBox to show something like :(? 5.6%)
Without designing a whole form just to get around this?(↓ 5.6%)
Or am I wasting my time?
Cheers!
Al