J
Junoon
Hi,
I am trying to Compare names in first column of excel sheet with
objitem.SenderName,. IF Found, then copy the mailitem.body text into 3
columns viz, Location, EmpID & Shift-Time.
The mailitem.body has 3 lines of data viz.,
Location: value
EmpID: value
Shift-Time: value
For Each Mailitem, i want to COMPARE the senderName, if found, then
SPLIT the mailitem.body text at every '/n' (enter), then compare the
Labels (e.g. Location) with the Column headers (e.g. Location) & then
dump the corresponding value of Labels under the respective columns.
Can anyone help ASAP!
I am trying to Compare names in first column of excel sheet with
objitem.SenderName,. IF Found, then copy the mailitem.body text into 3
columns viz, Location, EmpID & Shift-Time.
The mailitem.body has 3 lines of data viz.,
Location: value
EmpID: value
Shift-Time: value
For Each Mailitem, i want to COMPARE the senderName, if found, then
SPLIT the mailitem.body text at every '/n' (enter), then compare the
Labels (e.g. Location) with the Column headers (e.g. Location) & then
dump the corresponding value of Labels under the respective columns.
Can anyone help ASAP!