View Single Post
  #3   Report Post  
Eric
 
Posts: n/a
Default

That works for ASCII characters, but I need to access unicode characters as
obtained by use the keystrokes like ALT+0176 = 'degree symbol', and ALT+997
= 'sigma', etc... Chr() errors at anything above 255. Is there another
way?


"papou" wrote in message
...
Hello Eric
Look for Chr() function in VBA help.

HTH

Cordially
Pascal

"Eric" a écrit dans le message de news:
...
When ALT + 0176 is pressed you get the degree symbol. Likewise you get
the
sigma character when you press ALT + 997. I would like to incorporate
these
type of keystrokes into a macro. Is it possible, and if so, how? Thank
you
in advance for your time and effort.

Eric Pearce