View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sameerce[_13_] sameerce[_13_] is offline
external usenet poster
 
Posts: 1
Default Updating the formula by program

Hi,

I have developed an Excel VBA based application. I want one feature i
the application such that to the existing formula value of one mor
cell gets added on a button click.
For example, I have a formula for Cell 1 as "=C2+C3+C4".
I have a button placed below it which when presses once converts thi
formula to "=C2+C3+C4+C5".

Please tell me if this is possible to be done programatically.

Thanks,
Samee

--
Message posted from http://www.ExcelForum.com