R
RPJ
Is it possible in VBA to store a Symbol Font (i.e. Wingdings) character
within a String variable?
For example, would it be possible to replace the "?" character in the code
below with a Windings character (like no 34 the "simely face")?
dim A as String
A = "Some ordinary text here, followed by " & "?"
Any help will be much appreciated.
RPJ
within a String variable?
For example, would it be possible to replace the "?" character in the code
below with a Windings character (like no 34 the "simely face")?
dim A as String
A = "Some ordinary text here, followed by " & "?"
Any help will be much appreciated.
RPJ