View Single Post
  #11  
Old 08-16-2009, 11:38 PM
shua79 shua79 is offline
Registered User
 
Join Date: 16 Aug 2009
Location: Fort Smith, AR
MS Office Version:Excel 2003
Posts: 14
shua79 is becoming part of the community
Re: Calculate Button

Quote:
Is there a code to do a calculate for just that sheet, ie. Shift + F9 ?
Code:
 worksheet("Myworksheet").calculate
Reply With Quote