Hi, I am working on excel add-in in c++. I am using "xlSet" to update cell value , in which formula of cell is lost. Is there any way to update cell value without losing its formula. I dont want to use "xlcFormula". Thanks in advance. Regards, Sunil Adhyaru. url:http://www.ureader.com/gp/1039-1.aspx
(see response to previous post). Also, you should ask yourself why you need to do this. I suspect that you can find a different way of getting the end result that doesn't rely on confusing cells that contain values with cells that contain formulae, which both serve very different purposes. Regards Steve Dalton "suniladhyaru" wrote in message news:99401cdda251409c84c22cf5e30a5b78@newspe.com... > Hi, > > I am working on excel add-in in c++. > > I am using "xlSet" to update cell value , in which formula of cell is > lost. > > Is there any way to update cell value without losing its formula. > > I dont want to use "xlcFormula". > > Thanks in advance. > > Regards, > Sunil Adhyaru. > > url:http://www.ureader.com/gp/1039-1.aspx