LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 38
Default Allow certain users to edit certain rows?

David,
Yes there is a way. I was a bit sloppy with my terms.
If the worksheet is protected you want to unprotect it:
Worksheets(1).Protect (with the False arguments)
Then unlock the named range in question:
Range("david").Locked = False
Lock all the others. I assume you have a list of users.
Range("geof").Locked = False ...
Then protect the sheet again
Hope that gets you going...
Geof.
-----Original Message-----

Geof Wyght Wrote:
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[color=blue]
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.

Thanks for the ideas! Yep - that's what I'm looking

for. Is it
possible to protect certain ranges with VB in Excel

2000? If so, any
ideas where to start?

Geof Wyght Wrote:
You could write out the
userid and date to a log worksheet (audit trail) upon
closing the workbook

That sounds cool. Is there a seperate function to do

this? Would the
worksheet be a part of the document, or a different

one?

thanks!

David



--
hay7777
----------------------------------------------------------

--------------
hay7777's Profile: http://www.excelforum.com/member.php?

action=getinfo&userid=15066
View this thread:

http://www.excelforum.com/showthread...hreadid=266937

.

 
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
Allow Users to Edit Ranges??? MarcusA Excel Discussion (Misc queries) 8 April 30th 07 03:28 PM
allow users to edit ranges GOLDIGGER Excel Worksheet Functions 0 September 20th 06 04:26 AM
allow users to edit range Lp12 Excel Discussion (Misc queries) 0 March 21st 06 12:20 PM
allow users to edit ranges neeraj Excel Discussion (Misc queries) 2 September 23rd 05 02:48 PM
Allow certain users to edit certain rows? hay7777 Excel Programming 2 October 6th 04 06:07 PM


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