how to do Multiple Actions in one button vb
Multiple Actions in one button vb
Collapse
X
-
Your initial question was how to do multiple actions in VB by clicking one button, yes?
Perhaps I don't understand the question. If you want your button to do two things, then in your VB code you tell it to do the first thing, then tell it to do the second thing... And so on. I am not sure I can be anny clearer.
If you have absolutely no idea how to program in VB, then this is an entirely different issue, and I would recommend learning some of the basics of the language, so that this will all make much more sense to you.
I've been a newbie at one time, too, so there is no harm or shame in that. But, most of us on these forums assume there is at least an initial understanding of the programming language in use.Comment
Comment