My current Excel VBA project has nearly come to it’s completion. Can do with a few tweeks, but these tweeks are more or less cosmetics.
I do have VBA code to send to email addresses, using outlook express.
But I have an idea to go one step further, and post certain info onto my own website in real time.
Ok, so I know this much, I need a host and pay for it, that is not a problem.
But the real thing is, when my VBA project is running, doing it’s thing, all I need to do is from a txt file to web page, and what is in the txt file is exposed on the web page.
How do I start to venture into that sort of thing.
The only experience I have had with web pages is angelfire free web page maker. That’s about it though, it does most of the stuff for you, point is I have some idea I will need to do some coding.
First question is, is VBA able to get info from spreadsheet or txt file and out onto my own web page ?
If so, are there any examples of this type of code ?
Thanks