View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default User input in cell

Hi
you'll need an event procedure (the worksheet_change event). See:
http://www.cpearson.com/excel/events.htm

--
Regards
Frank Kabel
Frankfurt, Germany


Sean wrote:
Hi,
How do formulate or set up a cell to take the users info that they
enter in that cell and immediately calculate an answer based on their
entry and then show the answer in that exact cell?
eg. a cell is designated as a cost of an item, but what we want to
show in that cell isnt what they enter, but rather 2 X the cost +.99.
is there any way of doing this without having to use another cell?