Writing code without macros.

  • Thread starter Thread starter Jerry C
  • Start date Start date
J

Jerry C

Can you write code to place custom toolbars above an
application.
Right now I use macros to do this, but when using Access
2003 you get a message warning that macros can harm your
computer and you should set your security to Low.

I ship my application out to several users and this
warning message may cause concern by the end user.

Can a complex application be coded to avoid macros?
 
Using either macros or code will cause those security warnings.

But yes, AFAIK, anything you can do in macros can be done in code. The only
macro I ever use is AutoExec when my app starts, and all it does is call
code.
 
Back
Top