Recent content by del091

  1. D

    Get Text from Web and Put in Table

    This would work well if there were Element ID's in the HTML. Can you suggest something where they doe not exist? Below is a sample HTML I am working with, the text I am searching for starts with "DW". <html> <head> <title>Site-Info View</title> <STYLE TYPE="text/css"> input { font-family ...
  2. D

    Get Text from Web and Put in Table

    Hello, I appreciate any help that can be offered. Here is my scenario: I am gathering a particular portion of text from a web query. The query is populated from a VBA Function and the use of SendKeys. (Sendkeys sometimes sends multiple characters and I am not sure why it does that either)...
Back
Top Bottom