C
Chet Shannon
I am trying to automatically run some VBA code that will
place the "path of the current open worksheet", the "file
name" and the "current file date/time stamp" on the
footer of the file I have active.
My question is how should I have this "activate"? What I
mean is on what "event" should I have my code run? I
know how to create code that will run on "open
event" , "sheet activate" , "sheet change" and so on but
which event would you recommend that I use to trigger the
code to do this?
Thanks,
Chet
place the "path of the current open worksheet", the "file
name" and the "current file date/time stamp" on the
footer of the file I have active.
My question is how should I have this "activate"? What I
mean is on what "event" should I have my code run? I
know how to create code that will run on "open
event" , "sheet activate" , "sheet change" and so on but
which event would you recommend that I use to trigger the
code to do this?
Thanks,
Chet