The_Kurgan
Active Member
- Joined
- Jan 10, 2006
- Messages
- 270
Due to a large number of calulcations and a lot of data, it has been decided to put the Calculate function in the users' hands. Since many are not savvy enough to know to hit F9 or find it in the ribbon, I created a button whose only command is "Calculate" within the code. Yet, for some reason, it only calculates the active sheet.
It doesn't get much simpler than this, so... what the heck am I missing???
Thanks in advance!
(Excel 2007)
Code:
Private Sub CommandButton1_Click()
Calculate
End Sub
It doesn't get much simpler than this, so... what the heck am I missing???
Thanks in advance!
(Excel 2007)