bearcub
Well-known Member
- Joined
- May 18, 2005
- Messages
- 757
- Office Version
- 365
- 2013
- 2010
- 2007
- Platform
- Windows
I would like to create a list of emoji, unicode, and ASCII codes using the CHAR and UniChar functions. Right now I have a number them all on several spreadsheets but it has gotten really unwieldy.
There are over 100,000 unicode codes and I would like to display some pf them on a spreadsheet or userform dynamically (the number then the symbol associated with it).
I would like the user to be able to add a range of numbers (like 10000 to 100099) to the spreadsheet then having the cells populate with the number and theassociated Code (e.g. (Char(131)-"ƒ")or UniChar(129374 -"?")
,
Is this feasible or am in dreaming? I was thinking about using labels on a userform but this might make the userform too big.
Thank you for your help,
Michael
There are over 100,000 unicode codes and I would like to display some pf them on a spreadsheet or userform dynamically (the number then the symbol associated with it).
I would like the user to be able to add a range of numbers (like 10000 to 100099) to the spreadsheet then having the cells populate with the number and theassociated Code (e.g. (Char(131)-"ƒ")or UniChar(129374 -"?")
,
Is this feasible or am in dreaming? I was thinking about using labels on a userform but this might make the userform too big.
Thank you for your help,
Michael