You could have a very simple macro tied to a button
Public Sub CalculateRange()
Selection.Calculate
End Sub

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
> Are there any utilities that enable me to calculate a highlighted range of
> cells on my spreadsheet?
[quoted text clipped - 4 lines]
> Thanks,
> Schiz
Schizoid Man - 19 Mar 2008 11:04 GMT
> You could have a very simple macro tied to a button
>
> Public Sub CalculateRange()
>
> Selection.Calculate
> End Sub
Wow - it's that simple? I never realized.
Bob Phillips - 19 Mar 2008 11:28 GMT
You would obviously have to have calculation mode set to Manual, else there
is little point.

Signature
---
HTH
Bob
(there's no email, no snail mail, but somewhere should be gmail in my addy)
>> You could have a very simple macro tied to a button
>>
[quoted text clipped - 4 lines]
>>
> Wow - it's that simple? I never realized.