Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Hiding Formulas in Formula bar

I am facing a unique problem in hiding the cells that have formulas.
I have w/book in which 5 cells(K2:K6) of every sheet has formulas.Range(a2:A6)
in every sheet is database range which I am Updating with the help of
Userform.
I have hidden all the formula cells in every sheet so that nobody edits or
change the formulas. When I am using the userform ,an error message is
triggering
that 'a cell or object which I am changing is read only'.
where I did wrong in hiding formulas?.What I did in hiding formulas is
Selected the cells containing formulasformat CellsprotectionChecked
Hidden optionok.Next from Tools MenuProtectionProtect sheetProtect
w/sheet and contents of locked cellallow users to select locked
cells&select unlocked cellsok
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,420
Default Hiding Formulas in Formula bar

Unhide the before working on them, then reset them to hidden after.

--
__________________________________
HTH

Bob

"TUNGANA KURMA RAJU" wrote in
message ...
I am facing a unique problem in hiding the cells that have formulas.
I have w/book in which 5 cells(K2:K6) of every sheet has
formulas.Range(a2:A6)
in every sheet is database range which I am Updating with the help of
Userform.
I have hidden all the formula cells in every sheet so that nobody edits or
change the formulas. When I am using the userform ,an error message is
triggering
that 'a cell or object which I am changing is read only'.
where I did wrong in hiding formulas?.What I did in hiding formulas is
Selected the cells containing formulasformat CellsprotectionChecked
Hidden optionok.Next from Tools MenuProtectionProtect sheetProtect
w/sheet and contents of locked cellallow users to select locked
cells&select unlocked cellsok



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 171
Default Hiding Formulas in Formula bar

This w/book project I made,will be given to a user who will not given access
to access formulas,any minute change will lead to financial scam.
is there any solution?
"Bob Phillips" wrote:

Unhide the before working on them, then reset them to hidden after.

--
__________________________________
HTH

Bob

"TUNGANA KURMA RAJU" wrote in
message ...
I am facing a unique problem in hiding the cells that have formulas.
I have w/book in which 5 cells(K2:K6) of every sheet has
formulas.Range(a2:A6)
in every sheet is database range which I am Updating with the help of
Userform.
I have hidden all the formula cells in every sheet so that nobody edits or
change the formulas. When I am using the userform ,an error message is
triggering
that 'a cell or object which I am changing is read only'.
where I did wrong in hiding formulas?.What I did in hiding formulas is
Selected the cells containing formulasformat CellsprotectionChecked
Hidden optionok.Next from Tools MenuProtectionProtect sheetProtect
w/sheet and contents of locked cellallow users to select locked
cells&select unlocked cellsok




  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Hiding Formulas in Formula bar

Sub yourmacro()
ActiveSheet.Unprotect Password:="pword"

do your stuff code

ActiveSheet.Protect Password:="pword"
End Sub


Gord Dibben MS Excel MVP

On Thu, 19 Jun 2008 10:55:01 -0700, TUNGANA KURMA RAJU
wrote:

This w/book project I made,will be given to a user who will not given access
to access formulas,any minute change will lead to financial scam.
is there any solution?
"Bob Phillips" wrote:

Unhide the before working on them, then reset them to hidden after.

--
__________________________________
HTH

Bob

"TUNGANA KURMA RAJU" wrote in
message ...
I am facing a unique problem in hiding the cells that have formulas.
I have w/book in which 5 cells(K2:K6) of every sheet has
formulas.Range(a2:A6)
in every sheet is database range which I am Updating with the help of
Userform.
I have hidden all the formula cells in every sheet so that nobody edits or
change the formulas. When I am using the userform ,an error message is
triggering
that 'a cell or object which I am changing is read only'.
where I did wrong in hiding formulas?.What I did in hiding formulas is
Selected the cells containing formulasformat CellsprotectionChecked
Hidden optionok.Next from Tools MenuProtectionProtect sheetProtect
w/sheet and contents of locked cellallow users to select locked
cells&select unlocked cellsok





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
Hiding Formulas Wins07 Excel Discussion (Misc queries) 2 April 2nd 07 10:34 PM
Hiding Formulas EG Excel Worksheet Functions 3 November 15th 06 05:24 PM
Hiding formulas Donald Excel Discussion (Misc queries) 5 December 14th 05 10:32 PM
Hiding formulas Dee Excel Worksheet Functions 1 August 8th 05 08:46 PM
Protecting and Hiding formulas Pav New Users to Excel 3 May 23rd 05 12:25 AM


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