D
David C.
Hello
I tryed to use a sub called Document_Open
( I would like to have a macro auto-running when the document is opened)
But... nothing happened when I open this document !!!
Any idea ? Something forgotten ?
even a simple for a start:
private sub Document_Open()
msgbox("ok")
end sub
thank you
I tryed to use a sub called Document_Open
( I would like to have a macro auto-running when the document is opened)
But... nothing happened when I open this document !!!
Any idea ? Something forgotten ?
even a simple for a start:
private sub Document_Open()
msgbox("ok")
end sub
thank you