Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / July 2007

Tip: Looking for answers? Try searching our database.

nothing works to initialize Word application object from class module

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
richardconers@yahoo.com - 15 Jul 2007 03:13 GMT
I've using Word XP.  I'm trying to initialize an Application object
created in class module but nothing i've tried works.  [when i
manually initialize the object, the procedure in the class module
works fine until I close down Word--i just can't get the initialize
code to work.  So rather than test the initialize code, I went for
something simple to test whether AutoExec was firing (which it
wasn't).

Here's what I've tried to test making an AutoExec work:

In a regular module in the Normal template, I've got a module named
"AutoExec"  and a procedure called Main:

Public Function Main()
MsgBox "autoexec works"
End Function

it didn't work.

I deleted that "AutoExec" module and then in another regular module  I
have this code:

Public Function autoexec()
MsgBox "autoexec works"
End Function

it didn't work.

Then i tried a startup switch in the Run menu of Windows :
"C:\Program Files\Microsoft Office\Office10\WINWORD.EXE/mautoexec"

It didn't work.  I got an error saying that Windows couldn't find the
path.

Anything else I can try????
Thanks!!!!!!
Russ - 15 Jul 2007 03:31 GMT
http://support.microsoft.com/kb/210565
http://wordprocessing.about.com/od/customizingword/qt/AutoExecMacro.htm

> I've using Word XP.  I'm trying to initialize an Application object
> created in class module but nothing i've tried works.  [when i
[quoted text clipped - 32 lines]
> Anything else I can try????
> Thanks!!!!!!

Signature

Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID

Ed - 15 Jul 2007 18:04 GMT
Hi Richard,

When I've done it in the past, I've always named the *macro* AutoExec, not
the module.

This link might be of use:

http://word.mvps.org/FAQs/MacrosVBA/AppClassEvents.htm

One other thing, as far as I know, AutoExec macros don't run when Word is
started by Automation. Probably not relevant to you but worth being aware of.

Regards.

Ed

> I've using Word XP.  I'm trying to initialize an Application object
> created in class module but nothing i've tried works.  [when i
[quoted text clipped - 32 lines]
> Anything else I can try????
> Thanks!!!!!!
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.