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

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
=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,215,351
Messages
6,124,445
Members
449,160
Latest member
nikijon

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