C
Charles Warner
I've done my Usenet homework on this, tried every method I found
there, including many that were contradictory to each other ... but
remain as confused as ever.
Here's my objective:
When I create a new document, I want to incorporate an AutoOpen macro
in it that executes code in Module1 (which code maps the F3 key to
open a function within Module1, the function opening a UserForm).
When the document is saved, I want to create a situation in which
whenever that document is opened again on a workstation attached to
our network, the AutoOpen macro will run again, again invoking the
same code as above.
I've tried and failed any number of approaches to this, including
creating an add-in in the Startup folder containing AutoOpen, module1
and the UserForm.
I really need some help with this ...
Thanks
there, including many that were contradictory to each other ... but
remain as confused as ever.
Here's my objective:
When I create a new document, I want to incorporate an AutoOpen macro
in it that executes code in Module1 (which code maps the F3 key to
open a function within Module1, the function opening a UserForm).
When the document is saved, I want to create a situation in which
whenever that document is opened again on a workstation attached to
our network, the AutoOpen macro will run again, again invoking the
same code as above.
I've tried and failed any number of approaches to this, including
creating an add-in in the Startup folder containing AutoOpen, module1
and the UserForm.
I really need some help with this ...
Thanks