Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a worksheet that has a number of protected cells. If I change the
value in an unprotected cell whose contents are used in the protected cells, the action is not taken until I hit F9. What VB command is equivalent to the F9 keyboard command? -- Thanks, WW |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() That would be: Application.Calculate HTH "W Wolfe" wrote: I have a worksheet that has a number of protected cells. If I change the value in an unprotected cell whose contents are used in the protected cells, the action is not taken until I hit F9. What VB command is equivalent to the F9 keyboard command? -- Thanks, WW |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Worksheet.Calculate
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "W Wolfe" wrote in message ... I have a worksheet that has a number of protected cells. If I change the value in an unprotected cell whose contents are used in the protected cells, the action is not taken until I hit F9. What VB command is equivalent to the F9 keyboard command? -- Thanks, WW |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to calculate hours worked on timecard using "IF" command | Excel Worksheet Functions | |||
Selective calculate command button & other questions. | Excel Discussion (Misc queries) | |||
Pivot Table Error Message - "Command Text not set for command obje | Excel Discussion (Misc queries) | |||
command button to calculate two cell values? | Excel Programming | |||
Macro does not refresh on the "Calculate" command. | Excel Programming |