View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
XP XP is offline
external usenet poster
 
Posts: 389
Default Calculate command


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