PDA

View Full Version : Solved: Small Black Square



wnazzaro
05-19-2005, 11:09 AM
This is a more general question. I am trying to insert in my String a small black square, seen here: ▪

I've tried Chr(&H25AA) but that returns an error "Invalid procedure call or argument"


Any help is appreciated.


Bill

wnazzaro
05-19-2005, 11:14 AM
Hey look, I solved my own problem.

ChrW works. Doesn't work in a MsgBox, which is why I didn't think it would work, but then I figured I would give it a try. Thanks for stopping by.