Thread
:
calc
View Single Post
#
2
Posted to microsoft.public.excel.worksheet.functions
vezerid
external usenet poster
Posts: 751
calc
VBA can calculate just a single range. Something like:
Sub CalcRange
Sheets("Data").Range("E:F").Calculate
End Sub
You can have calculation option to Manual and use a button to call this
procedure.
HTH
Kostis Vezerides
Reply With Quote
vezerid
View Public Profile
Find all posts by vezerid