Hi,

very nice codes...
I found one bug in RTFtable

Public Sub InsertTable(RTB As RichTextBox)
'set column widths
For c = 1 To mvarColumns
strInsert = strInsert & "\cellx"
...