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!

Search results for query: *

  • Users: OomJan
  • Content: Threads
  • Order by date
  1. OomJan

    Importing CSV form a website

    I'm trying to read a CSV file from a webpage. I've wrote two programs (with the help of this site), Read1 and Read2. (see below) Read1 works but puts the data in one field. Read2 is some code which unfortunatly doesn't work. Which code should I use if I want to import CSV-data from a website...
  2. OomJan

    Execute a macro after X time

    I want to know how I can execute a macro after a certain time. Something like Privatesub program(after5 minutes) program endsub I have a macro that displayes some values. I need to refresh them from time to time. How is this achieved? Thankx Oom Jan
  3. OomJan

    Placing a formula in VBA

    I'm trying to let a piece of code to place a formula in a cell. I've tried someting like this: Formule_String = "(IF(Sheet1!C10>"";"SSCC = "&Sheet2!C10;""))" Sheets("Sheet1").Range("A31").formula = Formule_String It goes wrong with all the """'s How can I fix it?

Part and Inventory Search

Back
Top