Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 28
Default Protecting data after entering

I have three columns of data that need to be entered into one row per
day. Then I have some calculations on the same row, in the columns to
the right. What I would like to do is to protect the data from being
changed once it has been entered while still allowing the form to be
entered the next day. Then, the next day the data is entered, the
calcs calculated, and automatially protected. I don't want to rely on
a manaul process because so many different people will be entering.
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1,071
Default Protecting data after entering

Jimbo
This can be done with an event macro. An event macro is one that fires
automatically, but a specific event has to occur to trigger the macro. You
say that 3 columns are filled in by the user in a given row . What
constitutes the completion of that? Is it an entry in a specific (the
third?) column? If so, can it ALWAYS be assumed an entry into that column
completes the entries even though one or both of the other 2 columns are
blank? Or would you want the macro to check that all 3 columns are filled
and then, and only then, fire the macro?
You would start with all the cells unlocked. Then you would lock all the
cells into which entries have already been made. Then you would protect the
sheet. This will protect all the locked cells. When the macro fires, it
will unprotect the sheet, lock all the cells in that row, and protect the
sheet. Does this sound like what you want? HTH Otto

"jimbo" wrote in message
...
I have three columns of data that need to be entered into one row per
day. Then I have some calculations on the same row, in the columns to
the right. What I would like to do is to protect the data from being
changed once it has been entered while still allowing the form to be
entered the next day. Then, the next day the data is entered, the
calcs calculated, and automatially protected. I don't want to rely on
a manaul process because so many different people will be entering.


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
protecting formulas without protecting sheet so grouping still wor JM Excel Discussion (Misc queries) 1 June 4th 09 06:42 AM
Protecting linked source data JoJo UK Links and Linking in Excel 2 August 13th 08 02:52 PM
Protecting data nc Excel Discussion (Misc queries) 1 August 13th 08 10:45 AM
transfering data in another column entering more sorted data Kevin - Corporate Services Excel Worksheet Functions 0 August 6th 08 09:23 PM
Entering data on template and then data going to a spreadsheet. KJH Excel Discussion (Misc queries) 3 December 24th 04 01:04 AM


All times are GMT +1. The time now is 08:27 PM.

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

About Us

"It's about Microsoft Excel"