View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default cell format text

Hi Jan,

Try something like:

Range("A1:A10").NumberFormat = "@"


---
Regards,
Norman



"Jan Šejnoha" wrote in message
...
Hi there,
I code program based on Excel 2000 OLE. I need set number format of cell
(range) to text, but I cannot get the right way from MS reference. Can
anybody guide me how to do that?

Thanks in advance

Jan Šejnoha