nigidivitch
New Member
- Joined
- Sep 28, 2010
- Messages
- 22
Hi there - I've been trying to get Excel to display high-value ASCII codes but am failing so far...
Basically, I've extracted a load of data from an SQL database, and a large amount of the data is appearing as character codes (e.g. "Դ ;" - without the space in between the "2" and the ";") rather than "Դ".
I've tried searching extensively to see whether anyone's worked out how to get excel to search through the column and replace all of the character codes with the characters themselves, but have as yet, not found a solution.
I think the answer to this is probably to use the "ChrW" function in VB, but I'm struggling to write the VB script to search through entire table, finding the character codes and replacing them with the appropriate characters.
If anyone can help me with this it would be amazing! Thanks
N
Basically, I've extracted a load of data from an SQL database, and a large amount of the data is appearing as character codes (e.g. "Դ ;" - without the space in between the "2" and the ";") rather than "Դ".
I've tried searching extensively to see whether anyone's worked out how to get excel to search through the column and replace all of the character codes with the characters themselves, but have as yet, not found a solution.
I think the answer to this is probably to use the "ChrW" function in VB, but I'm struggling to write the VB script to search through entire table, finding the character codes and replacing them with the appropriate characters.
If anyone can help me with this it would be amazing! Thanks
N