View Single Post
  #10  
Old 08-16-2009, 11:06 PM
philosman philosman is offline
Registered User
 
Join Date: 21 Jun 2009
Location: Sydney
MS Office Version:Excel 2003
Posts: 7
philosman is becoming part of the community
Re: Calculate Button

Quote:
Originally Posted by shg View Post
Create an AutoShape or Forms button, and assign this macro:
Code:
Sub Calc()
    Calculate
End Sub
Is there a code to do a calculate for just that sheet, ie. Shift + F9 ?
Reply With Quote