Running VBA code

P

Peter Hamilton

I have written several modules that carry out a series of
calculations needed to propagate fields in my dbase
tables. What is the easiest way to get these functions to
run at the click of a button?
 
T

tina

call the module(s) that you need from the command button's
OnClick event procedure.
 
T

tina

oops, i should have said

call the sub or function that you need form the command
button's OnClick event procedure.

sorry!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top