forked from tannerhelland/VBIDEUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathToHTML.bas
More file actions
19 lines (17 loc) · 671 Bytes
/
ToHTML.bas
File metadata and controls
19 lines (17 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Attribute VB_Name = "ConvertHTML_Module"
' #VBIDEUtils#************************************************************
' * Programmer Name : removed
' * Web Site : http://www.ppreview.net
' * E-Mail : removed
' * Date : 26/02/99
' * Time : 16:47
' * Module Name : ConvertHTML_Module
' * Module Filename : ToHTML.bas
' **********************************************************************
' * Comments : Colorize in black, blue, green the VB sources
' *
' *
' **********************************************************************
Option Explicit
Private gsBlackKeywords As String
Private gsBlueKeyWords As String