Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 08-28-2024, 05:36 AM
NoSparks NoSparks is offline Mystery with ASCII characters Windows 10 Mystery with ASCII characters Office 2010
Excel Hobbyist
 
Join Date: Nov 2013
Location: British Columbia, Canada
Posts: 842
NoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of lightNoSparks is a glorious beacon of light
Default

That is ChrW(9608)

Code:
Sub CheckOfCharacters()
    Dim i As Integer, str As String
str = ActiveCell.Value
Debug.Print ActiveCell.Font.Name
For i = 1 To Len(str)
    Debug.Print Mid(str, i, 1) & "  =  " & Asc(Mid(str, i, 1)) & vbLf & _
                Mid(str, i, 1) & "  =  " & AscW(Mid(str, i, 1))
Next
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Mystery with ASCII characters Open (import) ascii text files smithurmann Word 3 10-07-2021 11:02 AM
Mystery with ASCII characters ASCII or Unicode Latin-based characters without a keypad jessesgirll Word 3 05-28-2016 03:46 AM
Mystery with ASCII characters Naming files in folder, DOS vs Windows Explorer ASCII sequence equalizer88 Word VBA 2 08-12-2015 03:29 PM
Strange Characters appear when selecting SHOW ALL NON PRINTING CHARACTERS ann Amber Word 1 08-01-2015 08:06 PM
Mystery with ASCII characters Ascii charcter Jimbir Word 3 04-12-2015 07:50 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 08:17 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft