timestamp in subject line of sendobject

S

samuel

is it possible to insert the now() function within the subject line of the
macro editor sendobject function?
 
S

Steve Schapel

Samuel,

I expext this will work...
="Sent on " & Format(Now(),"dd-mmm-yy hh:nnam/pm") & " by Samuel"
 
Top