Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default how do i force users to first enter data in one cell before anythi

is it possible to "lock" a spreadsheet for any entries before the value of a
specific cell is changed. i.e. i want to force users to enter a date before
they can do anything else, and if possible, maybe display a reminder to fill
in the date first
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 427
Default how do i force users to first enter data in one cell beforeanythi

It can be done using VBA in a Worksheet.Change event; the difficulty
depends on whether or not the specific cell value is changing from
zero or blank to a non-zero, non-blank value. If the value of the cell
in question starts out as non-blank / non-zero, then you'll need to
compare the value of the cell when the file is opened to the current
value of the cell.

Dave O
Eschew obfuscation
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 74
Default how do i force users to first enter data in one cell before an

dave,
thanks for your reply. it's a template i use, so i can basically do either
of the 2 - leave it blank so as soon as other users enter a date in there, it
allows them to enter values in other cells or i can by default put a value,
say 1, in there.

"Dave O" wrote:

It can be done using VBA in a Worksheet.Change event; the difficulty
depends on whether or not the specific cell value is changing from
zero or blank to a non-zero, non-blank value. If the value of the cell
in question starts out as non-blank / non-zero, then you'll need to
compare the value of the cell when the file is opened to the current
value of the cell.

Dave O
Eschew obfuscation

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
data validation list: how do i 'force' a user to enter data from the list? showsomeidnow Excel Discussion (Misc queries) 4 May 1st 07 05:49 PM
data validation list: how do i 'force' a user to enter data from the list? showsomeidnow Excel Discussion (Misc queries) 2 April 29th 07 11:09 PM
Force users to enable macros when open a workbook Tan New Users to Excel 2 April 15th 07 05:09 PM
Force user to enter data in cell before moving to next cell Fusionmags New Users to Excel 3 November 19th 06 11:49 PM
Defining specific areas for users to enter data Holt88 Excel Discussion (Misc queries) 6 February 17th 06 07:16 PM


All times are GMT +1. The time now is 07:27 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"