Thread
:
Follow up to "Recalculate" problem
View Single Post
#
1
Posted to microsoft.public.excel.worksheet.functions
Lee Harris
Posts: n/a
Follow up to "Recalculate" problem
"Dave Peterson" wrote in message
...
Option Explicit
Private Sub CommandButton1_Click()
Me.Calculate
End Sub
Since you're in a worksheet module, "Me" refers to that worksheet that
owns the
code.
thanks a lot!
Reply With Quote