My header and footer in a worksheet created by a macro, must show the date/time that the 'start' command button was pressed.
I need to assign this to the page property:
in module one, I have the on_click event.
module 14 contains the createtable subroutine that eventually populates the page setup.
can anybody tell me how to do this?
thanks in advance.
I need to assign this to the page property:
Code:
.RightHeader = "run date/time"
in module one, I have the on_click event.
module 14 contains the createtable subroutine that eventually populates the page setup.
can anybody tell me how to do this?
thanks in advance.