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...
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
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?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.