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 Cell format as "Text"

Selection.NumberFormat = "@"
--
Gary's Student


"EradicusMax" wrote:

I don't working with the excel object model that much, so...
What is the property that should be set to make a cell of type "Text"
instead of "General", etc.

..NumberFormat="Text"; throws an error.