Thread: Macro Placement
View Single Post
  #6  
Old October 3rd 06, 09:40 PM posted to microsoft.public.outlook.program_vba
RSteph
external usenet poster
 
Posts: 14
Default Macro Placement

That seems to have helped with the Object Library not Registered error, thank
you.

I'm still getting problems with my Switchboard though. "Error: 429 ActiveX
Component can't create object"

The error is on line:
Set con = Application.CurrentProject.Connection

with .Connection highlighted.

In this database the following references are checked:
Visual Basic for Applications
Microsoft Access 11.0 Object library
OLE Automation
Microsoft DAO 3.6 Object Library
Microsoft ActiveX Data Objects 2.1 Library
Active DS Type Library
Active Setup Control Library

Any thoughts on what might be causing this as well?

"RSteph" wrote:

I've built a small macro in Outlook to handle managing some settings for
contact lists. Specifically placing 4 different "Public Contact Lists" into
the favorites folder, and making them viewable in the Address Book. I've
tested the macro on my own machine and it works perfect.

Now I would like to make the macro useable to the rest of the people in my
office. So that they could simply run it, rather than my halving to go around
to each person and alter the settings, or have them do it themselves. (The
office has a diverse level of computer knowledge).

The only way I know of to do this is to send the macro, as a file, via
e-mail to everyone, have them save it in the appropriate folder, and run it.
This option causes problems as it requires changing macro security level, and
placing a file in a hidden folder. I've tried turning the macro into a VB
executable, but I'm having problems getting it to run, and I don't have the
appropriate software at work to make changes to the VB project.

Is there another, better, option that would accomplish this task? Is there
perhaps a way for me to put this macro on the Administrator account, and then
somehow make it accessible to other people accounts; or perhaps put it on the
mail server, and force run it for everyone's account?

Any advice would be greatly appreciated.

Ads