5 pts.
 how to run a command sub with another command sub
i have a program in which i need to run a R.N.G.(random number generator) in a different command sub than the one i click on. it may work if you could also tell me how to run a private sub???

Software/Hardware used:
visual basic 6.0
ASKED: April 28, 2010  6:50 AM
UPDATED: April 28, 2010  9:19 PM

Answer Wiki:
Last Wiki Answer Submitted:  Be the first to answer this question.
All Answer Wiki Contributors:  Be the first to answer this question.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

You will have to provide more details and clarify your question.

You don’t click on “command subs”. You click on buttons or other type of items, and you have some event handlers to perform some actions when that occurs.

You run a private ‘sub’ the same way you run any other sub. Have you tried ?

If you are getting errors, please let us know.

The better you explain your problem, the most chances to get useful responses.

 63,535 pts.

 

Just have the sub for the one you click on run the other sub.

 1,410 pts.