PC Review


Reply
Thread Tools Rate Thread

customize buttons

 
 
greg
Guest
Posts: n/a
 
      8th Feb 2007
Hello,
I am trying to figure out if I can have 2 custom buttons.
1 to turn off auto calc.
1 to turn on auto calc

is this possible?
I guess i could write custom vba code.
but I am looking in the customize. and I cannot find them, already created.

thanks


 
Reply With Quote
 
 
 
 
Juan Pablo González
Guest
Posts: n/a
 
      8th Feb 2007
As far as I know, you'll have to write a couple of VBA macros to do that and
assign them to the 2 buttons.

Sub TurnOnCalculation()
Application.Calculation = xlCalculationAutomatic
End Sub

Sub TurnOffCalculation()
Application.Calculation = xlCalculationManual
End Sub


--
Regards,

Juan Pablo González

"greg" <(E-Mail Removed)> wrote in message
news:%23$z$(E-Mail Removed)...
> Hello,
> I am trying to figure out if I can have 2 custom buttons.
> 1 to turn off auto calc.
> 1 to turn on auto calc
>
> is this possible?
> I guess i could write custom vba code.
> but I am looking in the customize. and I cannot find them, already
> created.
>
> thanks
>
>



 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Customize Contact's Buttons Evan Microsoft Outlook Contacts 1 20th Mar 2009 06:05 PM
Can I customize the Yes/No buttons on a MsgBox? PCLIVE Microsoft Excel Programming 7 5th Feb 2009 09:11 PM
customize buttons greg Microsoft Excel Programming 1 8th Feb 2007 06:49 PM
How can I customize the buttons in a MSGBOX? =?Utf-8?B?cHNkZWNrZXJz?= Microsoft Excel Programming 3 4th Nov 2004 08:07 AM
customize mouse buttons Andy Fish Windows XP Hardware 1 3rd Sep 2004 09:43 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:12 AM.