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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: pad70
  • Order by date
  1. pad70

    Streaming with Visual Basic

    It's a live feed so I figured pasting values every 5 minutes using a VB Macro would be the easiest option. I only need it for 8 hours a day so I just need to populate 96 cells a day and save the results.
  2. pad70

    Streaming with Visual Basic

    Thanks for that, Will that paste the values? I don't know how to do that. Thanks
  3. pad70

    Streaming with Visual Basic

    Thanks for all your help guys, Just to clarify what I'm doing here, I'm taking a constant stream from 'Reuters' of Stock Prices. The Stream of price is constantly updating. I'm trying to track each individual component of the Indicie (F3:F32 relates to the streamed price). I want the macro to...
  4. pad70

    Streaming with Visual Basic

    I want it to take values (F3:F32) from the 'Cover' Sheet, then paste the values in the 'dax history' sheet (B1:B30), then move over to (C1:C30), then paste values 5 minutes later.. and so on.
  5. pad70

    Streaming with Visual Basic

    It doesn't seem to be working. I'm not sure why. I was wondering if anyone noticed something wrong in my code.
  6. pad70

    Streaming with Visual Basic

    Hi All, I am trying to programme a Macro that takes values (F3:F35)from sheet ("Cover") every 5 minutes and displays the results on another sheet("dax history"). This is what I have so far: ------------------------------------------------------------ Option Explicit Dim mdNextTime As Double...
  7. pad70

    Streaming Data into another sheet every 5 minutes

    Hi All, I am trying to programme a Macro that takes values (F3:F35)from sheet ("Cover") every 5 minutes and displays the results on another sheet("dax history"). This is what I have so far: ------------------------------------------------------------ Option Explicit Dim mdNextTime As Double...

Part and Inventory Search

Back
Top