Allow certain users to edit certain rows?

  • Thread starter Thread starter hay7777
  • Start date Start date
H

hay7777

Hi,

I'm trying to set up a request schedule, whereby users can log-in an
then enter their preferred shifts for the coming month.

They must not be able to edit anyone else's requests, and can onl
enter their own once.

Is this possible with Excel? Can someone point me in the righ
direction, please, for a possible solution?

many thanks!

Davi
 
David,
You could set up named ranges based on logon ids and then
protect certain named ranges (with VBA). Or have a sheet
for each user and prtoect the sheets. Also have a look for
an API called GetUserName that get's the user's network
ID. Could save the user from actually having to enter an
id, thus reducing the annoyance factor.
Good luck.
Geof.
 
Forgot the "edit only once part". You could write out the
userid and date to a log worksheet (audit trail) upon
closing the workbook. Next time the user log in you could
check the log sheet.
Geof.
..>-----Original Message-----
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top