Macro - running VBA function

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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)
 
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).
 
Back
Top