Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.links
|
|||
|
|||
![]()
Greetings,
I have a spreadsheet on a network that links to another workbook containing source data, formulas etc. Obviously the public version is there to be viewed by my colleagues but I wish to hide the source data from all users but need the ability to update the source data. I thought I had succeeded in protecting the source data only to find out that one could access it by using the LINKS option from the EDIT menu. Is there anyway (without using vba) to protect the data? I am using excel 2003 under the XP Pro OS. Thanks, JoJo. |
#2
![]()
Posted to microsoft.public.excel.links
|
|||
|
|||
![]()
Hi JoJo,
With the source worksheet: .. select the whole worksheet, then use: . Format|Cells|Protection and make sure bith the 'Locked' and 'Hidden' options are checked . Format|Row|Hide . Format|Column|Hide .. use Tools|Protect|Protect Sheet and add a password, that should keep all but the most determined users at bay. If you want to apply a bit of vba to the source workbook, you can even set the worksheet's property to 'xlVeryHidden' so that it can't even be found via the user interface - it can only be made visible again via vba. Do that and the above steps are possibly superfluous. The source workbook must have at least one (eg dummy) worksheet 'visible', though. -- Cheers macropod [MVP - Microsoft Word] "JoJo UK" <JoJo wrote in message ... Greetings, I have a spreadsheet on a network that links to another workbook containing source data, formulas etc. Obviously the public version is there to be viewed by my colleagues but I wish to hide the source data from all users but need the ability to update the source data. I thought I had succeeded in protecting the source data only to find out that one could access it by using the LINKS option from the EDIT menu. Is there anyway (without using vba) to protect the data? I am using excel 2003 under the XP Pro OS. Thanks, JoJo. |
#3
![]()
Posted to microsoft.public.excel.links
|
|||
|
|||
![]()
Many thanks.
JoJo. "macropod" wrote: Hi JoJo, With the source worksheet: .. select the whole worksheet, then use: . Format|Cells|Protection and make sure bith the 'Locked' and 'Hidden' options are checked . Format|Row|Hide . Format|Column|Hide .. use Tools|Protect|Protect Sheet and add a password, that should keep all but the most determined users at bay. If you want to apply a bit of vba to the source workbook, you can even set the worksheet's property to 'xlVeryHidden' so that it can't even be found via the user interface - it can only be made visible again via vba. Do that and the above steps are possibly superfluous. The source workbook must have at least one (eg dummy) worksheet 'visible', though. -- Cheers macropod [MVP - Microsoft Word] "JoJo UK" <JoJo wrote in message ... Greetings, I have a spreadsheet on a network that links to another workbook containing source data, formulas etc. Obviously the public version is there to be viewed by my colleagues but I wish to hide the source data from all users but need the ability to update the source data. I thought I had succeeded in protecting the source data only to find out that one could access it by using the LINKS option from the EDIT menu. Is there anyway (without using vba) to protect the data? I am using excel 2003 under the XP Pro OS. Thanks, JoJo. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to retain format for linked data source | Charts and Charting in Excel | |||
sorting source data linked to another sheet | Excel Worksheet Functions | |||
How do I update data in linked cells without opening source workbo | Excel Worksheet Functions | |||
Charts not recognizing source data if original linked data is changed. | Charts and Charting in Excel | |||
"Link to other data source" - How can I find out what is linked? | Excel Discussion (Misc queries) |