Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to modify an Excel Workbook that I received from my company. When
I try to change formulas in the workbook I get the following error: "The cell you are trying to type into contains a formula and should not be edited." The workbook prevents me from editing any of its formulas. I thought the problem might be that the workbook is protected, but it is not. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Tom, somebody has probably protected a specific range of cells with a
password: the whole Workbook itself does not have to be protected. "Tom" wrote: I am trying to modify an Excel Workbook that I received from my company. When I try to change formulas in the workbook I get the following error: "The cell you are trying to type into contains a formula and should not be edited." The workbook prevents me from editing any of its formulas. I thought the problem might be that the workbook is protected, but it is not. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
That doesn't sound like one of Excel's "canned" error messages, so I suspect
that there is some worksheet or workbook code behind it all. Select that sheet and right-click on its name tab and choose [View Code] from the list and see if there's any code associated with the sheet. If you don't see any, try and Edit--Find from within the VB Editor for part of the phrase such as "should not be edited" and choose to search the entire VBA project. I also suspect that the worksheet is protected, and probably with a password, so just finding the code may only be the first step in making alterations to it. Just keep in mind that the originator of the workbook probably had some reason to try to keep you from altering the formulas in it .... so be sure you are walking down a path you really want to go down. "Tom" wrote: I am trying to modify an Excel Workbook that I received from my company. When I try to change formulas in the workbook I get the following error: "The cell you are trying to type into contains a formula and should not be edited." The workbook prevents me from editing any of its formulas. I thought the problem might be that the workbook is protected, but it is not. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to prevent editing within a specific cells? | Excel Discussion (Misc queries) | |||
prevent pivot tables / charts from editing | Excel Discussion (Misc queries) | |||
Protecting Check Boxes to prevent editing | Excel Discussion (Misc queries) | |||
Editing/Removing footer affecting file size | Excel Discussion (Misc queries) | |||
How do I prevent editing in a cell based on the value in another? | Excel Worksheet Functions |