S
Steve
Orders come in by Outlook Express email. I copy the email to an Excel
worksheet and then I process the order. Orders may be multiple items. Each
item in the order begins with the words "Item Ordered" in column A which is
then followed by three rows regarding the item ordered and then a blank row.
How do I write the following in Excel VBA:
Find First "Item Ordered" in column A
<< Code to process the item ordered>>
Find Next "Item Ordered" in column A
If "Item Ordered" found Then
<< Code to process the item ordered>>
Else
Message "All items in order have been processed"
End If
Thanks for all help!
Steve
worksheet and then I process the order. Orders may be multiple items. Each
item in the order begins with the words "Item Ordered" in column A which is
then followed by three rows regarding the item ordered and then a blank row.
How do I write the following in Excel VBA:
Find First "Item Ordered" in column A
<< Code to process the item ordered>>
Find Next "Item Ordered" in column A
If "Item Ordered" found Then
<< Code to process the item ordered>>
Else
Message "All items in order have been processed"
End If
Thanks for all help!
Steve