VBA Compatibility

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have developed a userform in VBA that functions well on my computer.
However, when I e-mail the userform to other people, errors occur when they
try and access the program. They can still use the template, but a 'Errors
occured during load' occurs every time they switch from one page to the next.
None of the error occur on my computer. I suspect that this may be due to
the following:

1. Some type of security problem with the macros (the Security Level is set
to Medium)
2. Active X issues.

Any ideas how to resolve this problem?

Thanks for the help!

V-Man
 
Are you talking about Microsoft Access (a database application) Form or
UserForm in MSForms 2?

If you are talking about UserForm in MSForms 2, you posted in the wrong
newsgroup. This newsgroup is for Microsoft Access. If this is the case,
suggest you repost the question in the relevant newsgroup as Microsoft
Access doesn't use UserForms in MSForms 2.
 
Back
Top