View Single Post
 
Old 03-12-2020, 02:40 AM
SamDsouza SamDsouza is offline Windows 10 Office 2013
Advanced Beginner
 
Join Date: Aug 2019
Posts: 71
SamDsouza is on a distinguished road
Default

I found chrW from Excel Forum for right Tick as quoted below
Quote:
Sub tst()
Cells(1, 1).Value = ChrW(&H2713)
End Sub

Code:
Range("C2") = WorksheetFunction.Unichar(128247)
How can i use .Unichar(128247) VBA for word
Also what will be unichar of ChrW(&H2713)
In similar fashion can you recommend particular website for list of ChrW

SamD
Reply With Quote