"%^{F9}" doesn't cause calcaulation
Sub kick_it()
Application.SendKeys "{F9}"
DoEvents
End Sub
will cause a single calculation, but will leave the mode in Manual
--
Gary''s Student - gsnu200731
"clara" wrote:
Hi all,
I use Application.SendKeys "%^{F9}", True to cause calculation, but it
failed. My Excel version 2000.
Clara
--
thank you so much for your help
|