B
Bucky
I know this should be simple, but I'm kinda new at this and have never
used a module before.
I've got some VB code behind a form that I want to happen on the OnOpen
and OnTimer events. The code is identical for both, and is about 120
lines long. Seems like I should be able to create a module and call
the code from both events, but I've never done it.
In the module, would I create a procedure or function or? How do I
call it from the OnOpen and OnTimer events?
Thanks all...
used a module before.
I've got some VB code behind a form that I want to happen on the OnOpen
and OnTimer events. The code is identical for both, and is about 120
lines long. Seems like I should be able to create a module and call
the code from both events, but I've never done it.
In the module, would I create a procedure or function or? How do I
call it from the OnOpen and OnTimer events?
Thanks all...