View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tuyen Hoang Tuyen Hoang is offline
external usenet poster
 
Posts: 1
Default Get cell contents literally through automation

I'm using Excel 2003 and trying to manipulate sheets with "C#" through Excel
automation.
If a cell has been entered with "=3 + 2", is it possible to get this
original string in stead of the calulated one "5"?
I tried <cell.Formula but this returns "5"