View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank M. Walter Frank M. Walter is offline
external usenet poster
 
Posts: 6
Default excel: international formula names in c#

Hello,

It is possible to put formula to active cell programaticaly.
But, I have a problem with formula names.

Here a snipped:

activeCell.Value2 = "=Count(A1:A20)";

This does work only with english excel.

Is there any posibility to put formulas in international name ?
I would like to make my AddIn working not depending of OS.

Thanks

Frank