Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Protect data in cell from viewing it

Is there any way to forbid users to see data in some
cells while the program still can use these cells for
make calculations?

The main idea is the following. I make a price list for
our distributors. There is a column with base prices
which are multiplied by a certain ratio with final prices
column as the result. Is there any solution to hide the
base prices so the end users won't be ever able to
discover them?

Michael.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 31
Default Protect data in cell from viewing it

Michael

Try Insert, Name, Define. Give this the name Markup and in
the Refers to text box type 2.5 to mark up the Price by
250%.
In the Sales price column type B2 * Markup

You can then hide the colun with the Purchase Price and
Protect the worksheet.

Regards
Peter
-----Original Message-----
Is there any way to forbid users to see data in some
cells while the program still can use these cells for
make calculations?

The main idea is the following. I make a price list for
our distributors. There is a column with base prices
which are multiplied by a certain ratio with final prices
column as the result. Is there any solution to hide the
base prices so the end users won't be ever able to
discover them?

Michael.
.

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Protect data in cell from viewing it

Hi Michael,

the answer is yes and no. You can protect the worksheets
with the information, and set the FormulaHidden property
for those ranges you want to hide. Excel will not display
the contents of these cells, and it will apply some
encryption to the data when you save.

While this provides some protection it cannot be
considered as a really secure solution. The encryption
used by Office is not strong and a determined attacker
will pretty easily find tools to break it. (These programs
are mostly presented as a way to retrieve your content
when you forgot your password... you can make a quick
search at download.com and you'll find several :)

If your end users aren't technical the standard protection
would at least reduce the likelihood of the information
escaping. But if the information is of great value to your
users and they are not stupid, you have to assume that
they will be able to disclose it.

Good luck!

Dag Johansen
dagOystein . johansen @ sage . com
-----Original Message-----
Is there any way to forbid users to see data in some
cells while the program still can use these cells for
make calculations?

The main idea is the following. I make a price list for
our distributors. There is a column with base prices
which are multiplied by a certain ratio with final prices
column as the result. Is there any solution to hide the
base prices so the end users won't be ever able to
discover them?

Michael.
.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Protect data in cell from viewing it

Dear Peter,

Would you please be more spcecific in instruction. :-)
I fail to understand "Insert, Name, Define". What are
exact actions I should undertake?

Thankx in advance! ;-)

Michael.

-----Original Message-----
Michael

Try Insert, Name, Define. Give this the name Markup and

in
the Refers to text box type 2.5 to mark up the Price by
250%.
In the Sales price column type B2 * Markup

You can then hide the colun with the Purchase Price and
Protect the worksheet.

Regards
Peter
-----Original Message-----
Is there any way to forbid users to see data in some
cells while the program still can use these cells for
make calculations?

The main idea is the following. I make a price list for
our distributors. There is a column with base prices
which are multiplied by a certain ratio with final

prices
column as the result. Is there any solution to hide the
base prices so the end users won't be ever able to
discover them?

Michael.
.

.

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Protect data in cell from viewing it

go to the menu, select Insert, then within the resulting menu, select Name
and within the next menu displayed, select define.

--
Regards,
Tom Ogilvy

"Michael" wrote in message
...
Dear Peter,

Would you please be more spcecific in instruction. :-)
I fail to understand "Insert, Name, Define". What are
exact actions I should undertake?

Thankx in advance! ;-)

Michael.

-----Original Message-----
Michael

Try Insert, Name, Define. Give this the name Markup and

in
the Refers to text box type 2.5 to mark up the Price by
250%.
In the Sales price column type B2 * Markup

You can then hide the colun with the Purchase Price and
Protect the worksheet.

Regards
Peter
-----Original Message-----
Is there any way to forbid users to see data in some
cells while the program still can use these cells for
make calculations?

The main idea is the following. I make a price list for
our distributors. There is a column with base prices
which are multiplied by a certain ratio with final

prices
column as the result. Is there any solution to hide the
base prices so the end users won't be ever able to
discover them?

Michael.
.

.



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
Password protect sheet from viewing Enrique Excel Worksheet Functions 4 April 14th 09 04:52 PM
Password protect from viewing levine52 Excel Discussion (Misc queries) 2 November 7th 08 02:18 AM
Viewing Cell Data Jeff[_12_] Excel Discussion (Misc queries) 11 March 22nd 08 10:29 PM
Password protect an Excel Document from viewing Daisy Excel Discussion (Misc queries) 1 February 9th 07 05:57 PM
Viewing data from one column within one single cell ? MAC Excel Discussion (Misc queries) 3 February 22nd 06 05:29 PM


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