i know nuts about macros and i need some help in here.
ive to paste the following data into the excel file.
Return-Path:
<owner-extdom.svo-jpn@sj-core-3.cisco.com>
Received:
from gateway1a.dhl.com ([199.41.248.137]) by saturn.sin-ro.dhl.com (Netscape Messaging Server 3.6) with ESMTP id
AAA41CC for <gcs.sg.jpnlsc@dhl.com>; Wed, 11 Aug 2004 17:33:30 +0800
and ive to retrieve the DATE out from it, which is the "11 Aug 2004 17:33:30". i know i need to use the split function and split the sentence up and put them into an array or something like that. and after that i have to use the join function to join the subarrays which contains the dates.
could anyone give me a headstart or soemthing? cause ive really got no idea on how to go about doing it ...
many many thanks in advance ..