View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Using Hebrew in a Macro

Use unicode. Write the characters as unicode and set a font to support the
characters.


see:

http://unicode.org/charts/PDF/U0590.pdf


--
Gary''s Student - gsnu200718


"Yehuda" wrote:

Hi,
I need to be able to write hebrew letters to an excel spreadsheet from my
macro. I already have hebrew support installed on Windows XP.
What is the simplest way to do this?
I noticed I can't type in hebrew withen the Macro - is there a way to hard
code any text?

Thank you