BMO Harris ACH report 06-10 to 06-14-19 (1).pdf (86.9 KB)
Hi from the above pdf i need to watch “-SETT-HEWSONY” text present or not if it is present i need to get its Debit amount and Date - Please can anyone help me with this
BMO Harris ACH report 06-10 to 06-14-19 (1).pdf (86.9 KB)
Hi from the above pdf i need to watch “-SETT-HEWSONY” text present or not if it is present i need to get its Debit amount and Date - Please can anyone help me with this
Use Read pdf with text and pass it to a string variable
Based on the string variable do the manipulations
Like substring method
Thanks
Ashwin.S
thank you so much for reply @ Ashwin S i am kind of new to this stuff can you please let me know in detailed manner
2.use string variable to message box and see where the text is
3.based on that use the text and give like this strvar.tostring.substring(10,5)
This is an example
Thanks
Ashwin S
i tried its not working for me please if you donot mind can you provide me xmal