View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stefan Jauch Stefan Jauch is offline
external usenet poster
 
Posts: 1
Default How to use function CELL(Infotyp;Ref) in VBA?

Hi.

I try to use the worksheet function CELL(Infotyp;Ref) in VBA to abtain the
format info of a cell. But in VBA I can't find this function (it is not
included in the Application.WorksheetFunction object!)

How can I use CELL(..) in VBA?

Is there any other way to obatin the format info that is given by
CELL("Format", ...), i.e. "S" for standard, "F2" for "0,00", "P0" for "0%"
and so on...)?

Thanks in advance,
Stefan Jauch