Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How do I make an auto save when information is entered into a cell

I want to prevent the user from "playing" with the numbers until they find a
desired outcome from a model.
To do that, let say I have in cell s:10 a blank cell where the user can
enter the number of goods sold.
Let say the user enters 15 in cell S:10 and press return.
1. Can that number 15 be permanently saved in cell S:10 once the user press
the enter key without pressing the file saved command?
2. Let assume the user saves the model and reopens it. How can I make sure
that 15 will always appear in cell S:10 of that model (even if saved under a
different name) and can't be changed?
3. How do I override the permanently saved 15 in cell S:10 so that I can
enter a different number of goods sold?

  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default How do I make an auto save when information is entered into a cell

1. The file must be saved in order to preserve the 15 in S10

2. Lock S10 and protect the worksheet before saving.

3. Unprotect the worksheet if you want to change S10

All the above could be done through code if you wish.

1 and 2 can be done through event code when the number 15 is entered in S10

3 can be done via macro or event code.


Gord Dibben MS Excel MVP


On Mon, 16 Mar 2009 12:20:00 -0700, Option Button
wrote:

I want to prevent the user from "playing" with the numbers until they find a
desired outcome from a model.
To do that, let say I have in cell s:10 a blank cell where the user can
enter the number of goods sold.
Let say the user enters 15 in cell S:10 and press return.
1. Can that number 15 be permanently saved in cell S:10 once the user press
the enter key without pressing the file saved command?
2. Let assume the user saves the model and reopens it. How can I make sure
that 15 will always appear in cell S:10 of that model (even if saved under a
different name) and can't be changed?
3. How do I override the permanently saved 15 in cell S:10 so that I can
enter a different number of goods sold?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
show date only if information entered in cell digitalmuse Excel Worksheet Functions 12 October 17th 08 08:30 PM
Can Excel warn me if a cell already contains entered information? Can Excel warn me if a cell already cont Excel Worksheet Functions 2 May 20th 08 01:21 AM
Freeze Cell Once Information is Entered SuzieT Excel Discussion (Misc queries) 4 November 8th 07 05:36 PM
Can I make information entered in a cell erase recurringly? Conker10382 Excel Discussion (Misc queries) 0 May 18th 06 11:33 PM
Formatted Cell Changes Format When Information Is Entered SundanceKidLudwig Setting up and Configuration of Excel 1 September 29th 05 09:59 PM


All times are GMT +1. The time now is 12:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"