
08-16-2009, 11:06 PM
|
|
Registered User
|
|
Join Date: 21 Jun 2009
Location: Sydney
MS Office Version:Excel 2003
Posts: 7
|
|
|
Re: Calculate Button
Quote:
Originally Posted by shg
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 ?
|