JoshuaAnthony
Registered User.
- Local time
- Today, 13:54
- Joined
- Dec 18, 2003
- Messages
- 68
I have a public function declared in the module for one form
public sub a()
Do Stuff
end sub
The problem is that I don't know how to call that (and possibly declare it) correctly from another form's module.
call a() doesn't seem to work...
Can anybody tell me where I've gone wrong here please?
public sub a()
Do Stuff
end sub
The problem is that I don't know how to call that (and possibly declare it) correctly from another form's module.
call a() doesn't seem to work...
Can anybody tell me where I've gone wrong here please?