How to assign Time and Date into cell?

E

Eric

mycell.offset(0,1).value = Time
mycell.offset(0,1).value = Date

Does anyone have any suggestions on how to assign Time and Date into cell?
Thanks in advance for any suggestions
Eric
 
D

Dave Peterson

Check your other thread, too.
mycell.offset(0,1).value = Time
mycell.offset(0,1).value = Date

Does anyone have any suggestions on how to assign Time and Date into cell?
Thanks in advance for any suggestions
Eric
 
Top