App_DocumentBeforeSave()

R

Ricardo Gomez

I'm trying to build a macro in Word using App_DocumentBeforeSave(), but do
not seem to work. I declared Public WithEvents App As Word.Application in a
class module, but still will not work.

Please help!!
 
J

Jean-Guy Marcil

Ricardo Gomez was telling us:
Ricardo Gomez nous racontait que :
I'm trying to build a macro in Word using App_DocumentBeforeSave(),
but do not seem to work. I declared Public WithEvents App As
Word.Application in a class module, but still will not work.

See
http://word.mvps.org/faqs/macrosvba/AppClassEvents.htm

After checking your code against what is explained on that page, if you
think you did everything as you should and still have problems, post your
code carefully showing the Class Modules code distinctly from the Standard
module code.

--

Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
(e-mail address removed)
Word MVP site: http://www.word.mvps.org
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top