Search: Search took 0.10 seconds.

  1. Replies
    303
    Views
    55,944

    I don't think vlookup would work in this case....

    I don't think vlookup would work in this case. Not sure what would without adding new columns. You can always add a column in the VBA that creates the first initial/last name identifier then you can...
  2. Replies
    303
    Views
    55,944

    That's going to be pretty difficult. Have you...

    That's going to be pretty difficult. Have you figured it out yet?
  3. Replies
    303
    Views
    55,944

    I'd add a column in sheet a with a formula...

    I'd add a column in sheet a with a formula extracting D. Duffy, which you already know how to do. Then I'd at a column with a formula in the other sheet breaking Danny Duffy in to D. Duffy and use...
  4. Replies
    303
    Views
    55,944

    b_rad... Try this out. Had some time after...

    b_rad...

    Try this out. Had some time after work. This took about 20-30 minutes. Was able to log every pick. It will take a little bit longer to make this dynamic where it goes in and updates the...
  5. Replies
    303
    Views
    55,944

    No problem. And yes, it's very frustrating and...

    No problem. And yes, it's very frustrating and rewarding. Really fun learning new stuff.
  6. Replies
    303
    Views
    55,944

    PHP is what sites like Amazon or Facebook is...

    PHP is what sites like Amazon or Facebook is written in. The most common web language in the world. But, in order to process the code you have to install Apache, PHP, and most likely a database like...
  7. Replies
    303
    Views
    55,944

    Oh yea, if you know regular expressions you can...

    Oh yea, if you know regular expressions you can do anything. For example, this is how easy it is to get the html of a website...



    $url =...
  8. Replies
    303
    Views
    55,944

    Just to get that data would be about 10-15...

    Just to get that data would be about 10-15 minutes. Would be another 10-15 minutes if I wanted to set up a table in the DB to store it.

    The beauty of it though, you could scrape every games data,...
  9. Replies
    303
    Views
    55,944

    Ahhh, you must have it set to where all variables...

    Ahhh, you must have it set to where all variables need to be declared. Well that's good that you got it to work. Always so many little things that can screw stuff up, lol.
  10. Replies
    303
    Views
    55,944

    This is super ghetto but it gets the job done on...

    This is super ghetto but it gets the job done on my end...



    Sub GetPitchingStats()

    Dim startPitcher As Long
    Dim lastPitcher As Long
    Dim qualified As String
    Dim lastRow As Long
  11. Replies
    303
    Views
    55,944

    I'll take a stab at it after lunch... might be a...

    I'll take a stab at it after lunch... might be a little rusty on VBA but it should come back.
  12. Replies
    303
    Views
    55,944

    What about getting the statistics for the...

    What about getting the statistics for the pitchers from ESPN stats pages... like this...

    http://espn.go.com/mlb/stats/pitching/_/count/507/qualified/false/order/false

    You can loop through the...
  13. Replies
    303
    Views
    55,944

    Awesome thread guys. Hope I can help. Expert in...

    Awesome thread guys. Hope I can help. Expert in excel. Also produced web programs, was on another site with an NBA tracker. Have it on www.akptracker.com. Can scrape any data off any site.

    B_rad,...
Results 1 to 13 of 13