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
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.
Just have the sub for the one you click on run the other sub.