Ok, so I created some nice variations of the completed project. But now I am tring to cmplicate it up a bit. I want to be able to have different voltages as a variable, hence my earlier post and johns response:
Quote:
Do you mean a random choice of 30, 40, 50 etc??
Easiest way would be to gererate 3 - 12 and multiply the number generated by 10
Randval = 10 * Random(3, 12)
|
Been trying to add this to my finished project but with no luck. I want to be able to change the Applied Voltage or the Resistance and still get the correct results. The math part I should be able to figure out, just cant get the second (voltage variable) to work
Also, is there a good resource (ebook?) for me to get to help me learn VBA for Powerpoint?