Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
hi community
is there any method to turn off the prompt...." The cell or chart you are trying to change is protected......" be turned off whenever user wanted to modify a protected cell. the xls is 2003 thanks community for the assistance given :) -- oldLearner57 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I don't think there's really a practical way to just turn off the prompt -
you could turn off prompts when the sheet is selected but you'd not get any for any other desired operation while Application.DisplayAlerts = False was in effect. Possibly one way to get away from the problem is to change the setup when protecting the sheet to NOT allow the user to select locked cells. Then they'll only be able to select cells where their input is expected/accepted. "oldLearner57" wrote: hi community is there any method to turn off the prompt...." The cell or chart you are trying to change is protected......" be turned off whenever user wanted to modify a protected cell. the xls is 2003 thanks community for the assistance given :) -- oldLearner57 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
thanks "JLatham" for the replied
& 10s community as well -- oldLearner57 "JLatham" wrote: I don't think there's really a practical way to just turn off the prompt - you could turn off prompts when the sheet is selected but you'd not get any for any other desired operation while Application.DisplayAlerts = False was in effect. Possibly one way to get away from the problem is to change the setup when protecting the sheet to NOT allow the user to select locked cells. Then they'll only be able to select cells where their input is expected/accepted. "oldLearner57" wrote: hi community is there any method to turn off the prompt...." The cell or chart you are trying to change is protected......" be turned off whenever user wanted to modify a protected cell. the xls is 2003 thanks community for the assistance given :) -- oldLearner57 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identify if Cell is Formula or written number | Excel Worksheet Functions | |||
I need the cell to prompt me... | Excel Discussion (Misc queries) | |||
I need the cell to prompt me... | Excel Discussion (Misc queries) | |||
using the name of a worksheet written in a cell, inside a formula | Excel Worksheet Functions | |||
Prompt when Cell Changes to 0 | Excel Discussion (Misc queries) |