Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by staticfish

  1. staticfish

    How to capture text selected in IE browser using VBA

    Hi, Continuing on my efforts to capture text from IE now I am checking if a particular webpage is already open, if it is open then display text selected on that page in the immediate window. the code I have written is as follows. Private Sub Copy() Dim objIE As SHDocVw.InternetExplorer Dim...
  2. staticfish

    How to capture text selected in IE browser using VBA

    Hi Strongm, Thanks for the help. It works. I was also wondering why you need to play with clipboard and all and why the ie object just can return it simply. Thanks again. Regards
  3. staticfish

    How to capture text selected in IE browser using VBA

    Hi CMP, Thanks for your reply it works. Sorry for the late reply. Regards
  4. staticfish

    How to capture text selected in IE browser using VBA

    Hi folks, I am trying to acquire the text selected in a web browser(IE) using VBA. Once I am able to do that I want to search that text in a dictionary. Can somebody help me on this. Regards

Part and Inventory Search

Back
Top