#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Hide a Formula

I am creating a spreadsheet that has formulas I do not want people to see.
This spreadsheet has outlines and groups.

How can I hide the formulas without protecting the sheets and still show the
formula bar.

The people I am sending the file to are not Excel literate enough to reset a
macro when they open the file, so it needs to open with no problems.
--
Jeff
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 561
Default Hide a Formula

Without Protecting the sheet cells - the only idea I can come up with is to
use TWO Sheets.
In the FIRST put your formulas and calculations and make the SECOND Sheet to
be a "reflection" of the FIRST Sheet but as such it will display values only.
In fact - The second sheet linked cells will display only the results and
not the formulas themselves.
Now, you'll need to push [Alt+F11] and hide the FIRST sheet through its
XlSheetVeryHidden property.
To prevent other users - except the file owner - to unhide the FIRST Sheet,
property You need to protect the VBA Project with a password.
Micky


"bhbjk1" wrote:

I am creating a spreadsheet that has formulas I do not want people to see.
This spreadsheet has outlines and groups.

How can I hide the formulas without protecting the sheets and still show the
formula bar.

The people I am sending the file to are not Excel literate enough to reset a
macro when they open the file, so it needs to open with no problems.
--
Jeff

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Hide a Formula

Without sheet protection and/or without VBA I can't think of any way to do
what you want.


Gord Dibben MS Excel MVP

On Tue, 8 Dec 2009 18:03:01 -0800, bhbjk1
wrote:

I am creating a spreadsheet that has formulas I do not want people to see.
This spreadsheet has outlines and groups.

How can I hide the formulas without protecting the sheets and still show the
formula bar.

The people I am sending the file to are not Excel literate enough to reset a
macro when they open the file, so it needs to open with no problems.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default Hide a Formula

Name the formula and use the name. For example, use the name "formula" with
a refers to of =VLOOKUP(...)" (whatever your real formula is), then simply
type =formula in the cell. Be careful of relative/absolute references.
Granted, a knowledgeable user can look at the defined names, but in my
experience there aren't that many really knowledgeable average Excel users!
Bob Umlas
Excel MVP

"bhbjk1" wrote in message
...
I am creating a spreadsheet that has formulas I do not want people to see.
This spreadsheet has outlines and groups.

How can I hide the formulas without protecting the sheets and still show
the
formula bar.

The people I am sending the file to are not Excel literate enough to reset
a
macro when they open the file, so it needs to open with no problems.
--
Jeff


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
I need to hide a formula June Excel Discussion (Misc queries) 6 November 14th 08 05:42 PM
Hide the formula Mat Excel Discussion (Misc queries) 2 July 23rd 08 07:29 PM
Protect individual cell and hide formula in formula bar Ashish Saxena Excel Worksheet Functions 1 April 24th 08 08:39 AM
how to hide formula Narendra Boga[_2_] Excel Discussion (Misc queries) 5 August 6th 07 01:26 PM
Hide formula Anand vijay New Users to Excel 2 January 6th 07 01:11 PM


All times are GMT +1. The time now is 09:04 PM.

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"