running a macro on entry

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

Guest

I want my subdocuments to open automatically when I open my master document.
So I think the best way to do this is to write a macro that runs when the
master document is opened. Any idea on how to make a macro run when a
document opens?
 
Call the macro AutoOpen. When I was younger and more foolish I even wrote a
macro that does *exactly* what you describe. And guess what? I got a corrupt
document, *exactly* as Charles described in his answer to your previous post
about this.

Forget the master document/sub-document idea. IT DOESN'T BLOODY WORK.
 
Back
Top