View Single Post
 
Old 08-11-2012, 06:22 PM
Jamtart Jamtart is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Apr 2012
Posts: 53
Jamtart is on a distinguished road
Default

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?
Reply With Quote