Currently browsing

July 2010

New Hotmail finally comes!

It comes finally. I have been hearing friends have their Hotmail upgraded for a long time. However, I was disappointed every time …

Mail Checker: Nicholas Workshop

Mail Checker: Nicholas Workshop Thank you if you are using my extension. I am happy that so many people like my program. …

Get temporary folder path in VBA

It is normal to create temporary files and folders to facilitate the process in programs. Apart from doing it in your working directory, why …

Get milliseconds in VBA

Do you ever find it hard to get the millisecond in your programs? In default VBA does not provide this function, however we …

Run shell commands in VBA

We can use shell to execute any programs. Please be reminded that we may need to execute in an indirect way. To …