D
dgmoore
I need to display a character from the extended ANSI character set in a
text column in Project. I have determined by copy and paste that
Project is able to display the character (a black square, Unicode
9632).
My thought was to enter some standard character in the column in
question in the appropriate rows and then iterate through the rows and
change the Unicode to the desired value. However, attempting to
directly assign a Unicode value to a character using the AscW()
function (e.g., AscW(Left([String],1)) = 9632) results in an error.
Can anybody suggest a way in VBA to display Unicode character 9632 a
Project text field?
Thanks
Dave
text column in Project. I have determined by copy and paste that
Project is able to display the character (a black square, Unicode
9632).
My thought was to enter some standard character in the column in
question in the appropriate rows and then iterate through the rows and
change the Unicode to the desired value. However, attempting to
directly assign a Unicode value to a character using the AscW()
function (e.g., AscW(Left([String],1)) = 9632) results in an error.
Can anybody suggest a way in VBA to display Unicode character 9632 a
Project text field?
Thanks
Dave