Hello,

When I post code several font statements show up though out the code similar to this: ?[font=Times New Roman]?
See sample below.
Any suggestion on correcting this?

Thanks

Ron

[VBA]
Sub FindShall()

Dim appExcel As Object
Dim objSheet As Object
Dim aRange As Range
Dim bRange As Range
Dim intRowCount As Integer

Dim strFileNameAndPath As String
Dim lngDisplayVal As Long

[/VBA]