C
chief
i have a code set up currently like this in thisworkbook open:
Range("K3") = Now()
Range("K3").NumberFormat = "mmmm d, yyyy"
is there a way to have it so that in userform6, my commandbutton1 whe
clicked will return the value back to the originally saved date and no
today's date.
reason being it is for an invoice program, when they use a new one i
comes out with todays date which is good, but the next day or next wee
they can go back to look at the invoice. when this happens it doesn'
reflect the actual date of the invoice, rather the date at that poin
in time they look at the invoice.
thank
Range("K3") = Now()
Range("K3").NumberFormat = "mmmm d, yyyy"
is there a way to have it so that in userform6, my commandbutton1 whe
clicked will return the value back to the originally saved date and no
today's date.
reason being it is for an invoice program, when they use a new one i
comes out with todays date which is good, but the next day or next wee
they can go back to look at the invoice. when this happens it doesn'
reflect the actual date of the invoice, rather the date at that poin
in time they look at the invoice.
thank