As you may have noticed, the forum was offline for a period. We identified a security incident to Sportsbook Review Forum and took the site offline as a containment step while we investigated.
We wanted to make sure the system and site were restored and secured before bringing things back online and you will see that we are requiring all forum users to reset their password as a precautionary step.
If you have any questions, our moderators are around and happy to help where they can.
Can anyone help me to create a button in an excel 2000 worksheet that would for example when clicking on it would perform a mathematical function such as divide 2 cells. Is there any way to do it without programming which I stink at.
Thanks
Flight
Restricted User
01-28-09
1979
#2
Divide two cells?
Just enter the formula, for example enter 10 in A1, 20 in A2 and enter this in B1:
=A1/A2
Otherwise just google Excel macros or Excel VBA.
Comment
Formulawiz
Restricted User
01-12-09
1589
#3
Originally posted by Flight
Divide two cells?
Just enter the formula, for example enter 10 in A1, 20 in A2 and enter this in B1:
=A1/A2
Otherwise just google Excel macros or Excel VBA.
Thats not the question. How do I create a button when clicking on it will calculate your ex:
Comment
blanda
SBR Wise Guy
12-18-09
728
#4
Is there anyone who can teach me Excel?
Comment
dbartinbwgc
SBR Wise Guy
11-11-08
795
#5
it will recalculate the answer every time you enter or change numbers, unless you turn it off to calculate only manually.
and that people only do when they have very big complex spreadsheets that might take time to calculate.
Comment
Data
SBR MVP
11-27-07
2236
#6
Originally posted by Formulawiz
Can anyone help me to create a button in an excel 2000 worksheet that would for example when clicking on it would perform a mathematical function such as divide 2 cells. Is there any way to do it without programming which I stink at.
Thanks
Formulawiz, how is it going? Use Excel help to learn what you can do using Control Toolbox. As a learning (or, maybe even reusable) example use the button in the attached file.
I'd be willing to help anyone with anything Excel or VBA related. Just PM me.
Comment
Formulawiz
Restricted User
01-12-09
1589
#9
Originally posted by Data
Formulawiz, how is it going? Use Excel help to learn what you can do using Control Toolbox. As a learning (or, maybe even reusable) example use the button in the attached file.
[ATTACH]18715[/ATTACH]
Data things are going good and how about you. I am trying to teach myself excel and the ex: you gave is exactly what I want to do. My question is how did you get th button to calculate the value of 4 when you clicked on it. Did you have to use any programming on the button.
Comment
Data
SBR MVP
11-27-07
2236
#10
Very good. No programming necessary. I used Control Toolbox to create the button. Then, I opened that button's code (VBA editor opens up automatically for this) and entered a simple function similar to the functions we use in cells to tech that button what to do. I cannot be more specific as I do not have Excel 2000.
Comment
Formulawiz
Restricted User
01-12-09
1589
#11
Originally posted by Data
Very good. No programming necessary. I used Control Toolbox to create the button. Then, I opened that button's code (VBA editor opens up automatically for this) and entered a simple function similar to the functions we use in cells to tech that button what to do. I cannot be more specific as I do not have Excel 2000.
Data thank you figured it out with your help. It looks when you add another command button you have to put the code in for the second button.
Comment
TheThreeKings
SBR Wise Guy
08-14-10
506
#12
Originally posted by Formulawiz
Data thank you figured it out with your help. It looks when you add another command button you have to put the code in for the second button.
Formula if you still need help let me know. I spend my days working in Excel and can probably help you do whatever you need.
Comment
Formulawiz
Restricted User
01-12-09
1589
#13
Originally posted by TheThreeKings
Formula if you still need help let me know. I spend my days working in Excel and can probably help you do whatever you need.