refresh a form using VB

T

Tara

First of all, I'm not too familiar with VB although I
have dabbled a little here and there. What I need help
with is some code that will refresh a form and then run a
macro as well. I can get everything to work if I use
separate command buttons created by the wizard, but when
I try to combine the code behind each and run it with
just one button, it doesn't work. Any ideas???

Thanks,
Tara
 
V

Van T. Dinh

It would be easier if you post the codes for the 2 CommandButtons and
someone will show you how to merge them.
 
Top