Hi All,

I am trying it from a long time and not able to solve it, i am a bit new to the VBA

My issues is:
I have a notepad which is already open and i have to read the text and analysis, (the notepad dosen't have any location as it is downloaded from a website)
i have tried creating a object with "Shell("Notepad", vbNormalFocus)", but by doing so it opeining
even tried using createobject, but is of no use
"Set obj = CreateObject("notepad.application")
Set objnotepad = obj.Windows(1).text"

Any help on this is really appreciated
Thanks in advancd