View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
chengj chengj is offline
external usenet poster
 
Posts: 1
Default function CELL( )

Are there some mistake in Excel'HELP(or MSDN)?
when I use the function CELL(info_type, reference)
with "info_type"="format".And I set cell--A1'cellformating
to be $#,##0_);($#,##0) according Excel'HELP(or MSDN)
CELL("format", A1) = C0(but what I got was ",0")!


Thank you !