View Single Post
  #3  
Old August 13th, 2008, 02:52 PM posted to microsoft.public.excel.links
JoJo UK[_2_]
external usenet poster
 
Posts: 1
Default Protecting linked source data

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.