View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default Reading numbers as text

Ok, thanks.
That works but the description in the help file sounds like
"0" is for general
"1" is for text
"2" is for a date format.
I guess not.

M.H.
-------------------------------
"Gary''s Student" wrote:
The problem is that all your codes are 1.
Replace:
Array(0, 1), Array(5, 1), Array(11, 1),.........
with:
Array(0, 2), Array(5, 2), Array(11, 2),..........
--
Gary''s Student - gsnu200775