Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / New Users / March 2008

Tip: Looking for answers? Try searching our database.

Calculating a highlighted range

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Schizoid Man - 18 Mar 2008 10:03 GMT
Are there any utilities that enable me to calculate a highlighted range
of cells on my spreadsheet?

My sheet is pretty complicated, and I don't need to recalculate the
entire workbook each time for certain tasks.

Thanks,
Schiz
Bob Phillips - 18 Mar 2008 10:54 GMT
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.

Rate this thread:






 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.