Date and time in cell

G

Grd

Hi there,

I need a way of getting the latest date and time in a cell without having to
manually update it every minute!

I can't see to figure out how to do this. I need something like currenttime.

Can anyone guide me.

Any help greatly appreciated.

Suzanne
 
S

Sasa Stankovic

you need something like clocks on the internet? real time clock?! If so,
you'll need some VBA, if not =now() should do the job (as already
mentioned).
 
Top