Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default How can I hide a formula in Excel 2007 from other users seeing it

I'm creating a spreadsheet for other users to enter data in and one of the
cells has a formula that I don't want them to see. I've got it to where I
can hide it on the first row but when I tab down to the next row it won't let
me enter any data. Is there a way to hide the formula in that column without
messing up the rest?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 964
Default How can I hide a formula in Excel 2007 from other users seeing it

To Hide a formula:

- Select the cell(s) with formulas to hide
- Right-Click one of those cells
- Select "Format Cells..."
- Choose the Protection Tab
- Check the "Hidden" and "Locked" boxes
- OK (Note that the formulas will not actually be hidden until the
worksheet is Protected. See below.)

Now to allow other cells to have data entered:

- Select the cell(s) for data entry
- Right-Click one of the cells
- Select "Format Cells..."
- Choose the Protection Tab
- Uncheck the "Hidden" and "Protection" boxes
- OK

Now, Protect your worksheet. On the Review Tab, click the "Protect Sheet"
button.

That should do it.

HTH
Elkar

"Carrie" wrote:

I'm creating a spreadsheet for other users to enter data in and one of the
cells has a formula that I don't want them to see. I've got it to where I
can hide it on the first row but when I tab down to the next row it won't let
me enter any data. Is there a way to hide the formula in that column without
messing up the rest?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 320
Default How can I hide a formula in Excel 2007 from other users seeing it

Another way is to define it as a name, then hide the name. For example, if
yuor formula is =VLOOKUP(A1,table,2,False) then define a name, like
"MySecretFormula" and have it refer to
=VLOOKUP(A1,Table,2,False)
then in VBA you can use the immediate window to hide the name:
Activeworkbook.names("MySecretFormula").Visible=Fa lse

and from then on use =MySecretFormula instead of the VLOOKUP!

"Carrie" wrote:

I'm creating a spreadsheet for other users to enter data in and one of the
cells has a formula that I don't want them to see. I've got it to where I
can hide it on the first row but when I tab down to the next row it won't let
me enter any data. Is there a way to hide the formula in that column without
messing up the rest?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 189
Default How can I hide a formula in Excel 2007 from other users seeing

Hi Bob,
How come if somebody goes to VBA and see the formula?! Is there any way to
hide it in VBA and see it with a password or something?!
Thanx,
peiman

"Bob Umlas, Excel MVP" wrote:

Another way is to define it as a name, then hide the name. For example, if
yuor formula is =VLOOKUP(A1,table,2,False) then define a name, like
"MySecretFormula" and have it refer to
=VLOOKUP(A1,Table,2,False)
then in VBA you can use the immediate window to hide the name:
Activeworkbook.names("MySecretFormula").Visible=Fa lse

and from then on use =MySecretFormula instead of the VLOOKUP!

"Carrie" wrote:

I'm creating a spreadsheet for other users to enter data in and one of the
cells has a formula that I don't want them to see. I've got it to where I
can hide it on the first row but when I tab down to the next row it won't let
me enter any data. Is there a way to hide the formula in that column without
messing up the rest?

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
How can excel 2000 users open a 2007 .xlsm workbook Russ Excel Worksheet Functions 1 July 5th 07 08:53 PM
Excel 2007 - Are Users Experiencing Problems with Charts? CINDY Charts and Charting in Excel 1 November 9th 06 12:25 PM
Protection in Excel - how do i hide some info. from some users? michael Excel Discussion (Misc queries) 13 December 21st 05 03:32 PM
is it possible to Hide certain worksheets from certain users? Admin Excel Discussion (Misc queries) 2 May 4th 05 09:15 PM
In Excel VBA Editor, how do I hide my code from other users? Mayberrk Excel Discussion (Misc queries) 1 February 8th 05 06:11 AM


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