Sure no problem simply append the strings together.


If StrPtr(Alias) <> 0 and StrPtr(MAC) <> 0 Then
.ToolTipText = Alias & " | " & MAC
Else
If StrPtr(Alias) <> 0 Then .ToolTipText...