hi,
I want help in developing the following code.
step1 : match Todays date with string in Paragraph.
Step 2: if Date matches, extract from Date to EndOfLine.
Step 1 code
If InStr(status_array(i), Format(Now(), "mm-dd-yyyy")) <> 0 Then
Step2 code
End If
Please help me developing code for Step2.
Regards,
Dinil