Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
jp jp is offline
external usenet poster
 
Posts: 1
Default about worksheet

hi
need help!
how to create a worksheet that the half is a read only cannot be change by
other user and the other half is a full control.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default about worksheet

Click on all cells and do Format = Cells, select the protection tab and
make sure Locked is checked.

Now select the cells you want to allow the user to control

do Format=Cells and select the protection tab and make sure Locked is not
checked.

Now do Tools=Protection=Protect =Protect sheet. If using xl2002 or
later, you will have a lot of options available as to what you allow users
to do. In earlier versions, protecting the sheet imposes a lot of
restrictions, so you can't have full control.

The only alternative to locking/protecting is to manage user access with
code, but if the user disables macros, you have lost all that control.

Maybe the best answer would be to use two sheets - one visible and available
to the user and the other hidden.

--
Regards,
Tom Ogilvy


"jp" wrote in message
...
hi
need help!
how to create a worksheet that the half is a read only cannot be change by
other user and the other half is a full control.




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
automatically appending newly added data on worksheet to a master list worksheet tabylee via OfficeKB.com Links and Linking in Excel 0 December 17th 09 04:24 PM
plot graph from multiple worksheet as embedded chart object on every worksheet [email protected] Excel Discussion (Misc queries) 2 August 24th 06 05:26 PM
Upload multiple text files into 1 excel worksheet + put the filename as the first column in the worksheet Aster Excel Worksheet Functions 3 March 12th 06 09:58 AM
I want in one worksheet to relatively link to/reference cells in another without changing the format of the current worksheet. [email protected] Excel Discussion (Misc queries) 0 September 22nd 05 04:39 PM
Attaching a JET database to an Excel Worksheet OR storing large binary data in a worksheet Ant Waters Excel Programming 1 September 3rd 03 11:34 AM


All times are GMT +1. The time now is 06:18 AM.

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"