Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

VBA and Character data type

Status
Not open for further replies.

Sorwen

Technical User
Nov 30, 2002
1,641
US
VBA doesn't have a character data type. VB does have a character data type. Is there a reference library (or something) I can add that will get me a character data type?
 
That will not get me what I need (well "want" really since you can work without it).

Holds unsigned 16-bit (2-byte) code points ranging in value from 0 through 65535. Each code point, or character code, represents a single Unicode character.

That is what I need. Thanks though.
 
Have a look at the AscW and ChrW functions.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top