Document with List Boxes

M

malfawak

I have created a word document and added list boxes that need to
automatically populate when other users open the document. I used the VBE to
add items to the list boxes in the Document_Open sub. Is there an easy way
to to run this sub automatically when any other user opens the document?
 
J

Jean-Guy Marcil

malfawak was telling us:
malfawak nous racontait que :
I have created a word document and added list boxes that need to
automatically populate when other users open the document. I used
the VBE to add items to the list boxes in the Document_Open sub. Is
there an easy way to to run this sub automatically when any other
user opens the document?

I think I am missing something here...
The code in Document_Open will run whenever the document is opened.... Isn't
it what you want? Isn't it what you are doing? Are you saying that this is
not working as expected? If so, post the code you are using in
Document_Open.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top