Cel.WriteCelString



WriteCelString(strCelString As String)

Parameters

strCelString As String
The given String will be written into the chronological event list (actual Timestamp)

Example: "VBA Error " & Err.Number & " in procedure DoSome!"
ED
not used
RT
avaliable

Remarks

Creates a new cel-item (only runtime)

Sample:


Public Sub WriteString2CEL(YourText As String)
	'a new entry will be generated in the CEL with the actual timestamp...
	thisProject.Cel.WriteCelString YourText
End Sub


See Also

Cel