View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RockNRoll RockNRoll is offline
external usenet poster
 
Posts: 2
Default "Less than or equal to" symbol in a UserForm

Dear VBA gurus,

I am creating a userform that allows users to enter in constraints for
linear programming problems.

I want to have the "Less than or equal to" symbol on my form. I do not just
want to put "<=", I would like the actual symbol in a label. It is unicode
character 2264.

How do I get that symbol into my userform? Thank you kindly.