AlexanderBB

Well-known Member
Joined
Jul 1, 2009
Messages
1,835
Office Version
  1. 2019
  2. 2016
Platform
  1. Windows
Hi, I'd like to print a left pointing arrow in a label. Is there a chrW character (looks better that "<--")

Assuming you can get chrW to print, some I've tried just print a question mark.

Or, really silly question, can you map a char like user-defined graphics on a Commodore 64 ?
If everything fails is a graphic image the solution ?
 

Excel Facts

When did Power Query debut in Excel?
Although it was an add-in in Excel 2010 & Excel 2013, Power Query became a part of Excel in 2016, in Data, Get & Transform Data.
=UNICHAR(8592)

or hex 2190.

To find other arrows, go to Insert > Symbols> Symbol > Subset: Arrows. The displayed symbol characters vary widely with font face.

There's also a left-pointing indicator U+25C4.
 
Upvote 0
Thanks. How would you print these (in the debug window) or add into a label ?
 
Upvote 0
Ah! I forgot—the characters can't be printed directly via VBA. I can't get them to print in a UserForm text box or in the immediate window. I'm sorry, I have misled you.
 
Upvote 0
Thanks.. wonder what use they are then ? !! Will try a wee graphic, should do the trick.
 
Upvote 0

Forum statistics

Threads
1,216,038
Messages
6,128,447
Members
449,453
Latest member
jayeshw

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top