Which would you rather publish?

This:

Colorized by vbMarkUp!
	Public Function NetTimeToVbTime(ByVal NetDate As Long) As Double
	   Const BaseDate# = 25569   'DateSerial(1970, 1, 1)
	   Const SecsPerDay# = 86400
	   NetTimeToVbTime = BaseDate + (CDbl(NetDate) / SecsPerDay)
	End Function

Or this:

Not Colorized by vbMarkUp...  :-(
	Public Function NetTimeToVbTime(ByVal NetDate As Long) As Double
	   Const BaseDate# = 25569   'DateSerial(1970, 1, 1)
	   Const SecsPerDay# = 86400
	   NetTimeToVbTime = BaseDate + (CDbl(NetDate) / SecsPerDay)
	End Function

I've decided to make the tool I use to mark-up code for this site available for all my visitors. If you have ever wanted to publish or even print your code in color, ClassicVB simply doesn't help you at all. I wrote this tool primarily to use while building this site. But I've ended up extending it in ways that go way beyond what I originally envisioned. The online offering is really just a demo of what's possible. See below for your opportunity to take home the full-meal deal.

Give it a whirl

Paste or enter your own source code below, responsd to the Captcha challenge (to discourage robot submissions, I'm sad to say), and press the Parse This! button to see how it works.

Obtaining the standalone

If you'd like a copy of the standalone, that can probably be arranged. Just make a PayPal donation for whatever you feel it may be worth, and drop me some feedback. Here's what it looks like:

Features offered in the standalone, not available in online demo: