Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide Formulas

Hello People,
I have written some complex formulas which I dont want other people t
view.
However the results should get displayed in the same cells minus th
formulas.

I think this is possible.But cant figure out how??

Plzz help fast!!

Thanks in advance.....

--
Message posted from http://www.ExcelForum.com

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 14
Default Hide Formulas

Hi,

Use Format|Cells|Protection and check the 'hidden' option. For any cells you
want users to be able to edit, uncheck the 'locked' option. Then use
Tools|Protection|Protect, with your preferred password, to protect the
worksheet.

Cheers


"anurag.d " wrote in message
...
Hello People,
I have written some complex formulas which I dont want other people to
view.
However the results should get displayed in the same cells minus the
formulas.

I think this is possible.But cant figure out how??

Plzz help fast!!

Thanks in advance......


---
Message posted from http://www.ExcelForum.com/



---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.725 / Virus Database: 480 - Release Date: 19/07/2004


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default Hide Formulas

Format Cells : Protection - Hidden
Tools Protection Protect Sheet

You might also want to use a password, but it's not necessary if you just
want to hide the formulas.


--
Regards
Andy Wiggins
www.BygSoftware.com
Home of "Save and BackUp",
"The Excel Auditor" and "Byg Tools for VBA"



"anurag.d " wrote in message
...
Hello People,
I have written some complex formulas which I dont want other people to
view.
However the results should get displayed in the same cells minus the
formulas.

I think this is possible.But cant figure out how??

Plzz help fast!!

Thanks in advance......


---
Message posted from http://www.ExcelForum.com/



  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Hide Formulas

In the cell format menu, go to protection and tick the "hidden" chec
box. Next, protect the worksheet.

Dunca

--
Message posted from http://www.ExcelForum.com

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Hide Formulas

A different approach would be to hide this sheet using xlSheetVeryHidden for
the visible property in the properties window for the sheet (accessible from
the control toolbox toolbar). Then in a sheet that the user will see,
reference the results of the formula

=SecretSheet!B9

You might want to hide the linking formula in this cell as well to decrease
curiosity (the others have told you how to do that). You can also hide the
formulas on the "SecretSheet" before hiding it (hide and protect the
sheet.)

Protect the structure of the workbook in Tools=Protect=workbook. so the
sheet can't be unhidden.

Just a caution that this level of password protection is pretty weak. Code
which will break these passwords is posted in these groups on a pretty
frequent basis.

--
Regards,
Tom Ogilvy

"anurag.d " wrote in message
...
Hello People,
I have written some complex formulas which I dont want other people to
view.
However the results should get displayed in the same cells minus the
formulas.

I think this is possible.But cant figure out how??

Plzz help fast!!

Thanks in advance......


---
Message posted from http://www.ExcelForum.com/





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
Hide formulas Heather New Users to Excel 4 August 24th 09 10:31 PM
Hide formulas that = 0 Sandy Excel Worksheet Functions 10 October 12th 08 09:16 PM
how to hide formulas KEASTY Excel Discussion (Misc queries) 3 September 23rd 07 11:18 AM
How to hide formulas? Manatee Excel Discussion (Misc queries) 2 December 1st 05 08:40 AM
Hide Formulas. Nalaka Hendawitharana Excel Programming 1 October 22nd 03 05:52 AM


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