Macro - running VBA function

G

Guest

Hi,

When i create a macro to run some VBA function.....but the programme can't
find my VBA function....why???

Please help.....thank...

Nelson Chou
 
S

Steve

Put your function in a standard module under the Modules tab in the database
window.

PC Datasheet
Providing Customers A Resource For Help With Access, Excel And Word
Applications
(e-mail address removed)
 
M

Marshall Barton

Nelson said:
When i create a macro to run some VBA function.....but the programme can't
find my VBA function....why???


The function must be decalared Public and be in a standard
module (not a form/report/class module).
 

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