Testing 1, 2, 3...
Bold
Italic
 
 
For Each C As Control In Me.Controls
    If TypeOf C Is TextBox AndAlso CType(C, TextBox).SelectionStart > 0 Then
        C.Text = "Moved Caret"
    End If
Next
| Item | Price | Stock | 
| Pi | $3.14 | 3.1415926535897932384626433832795 | 
| Square root of 2 | $1.14 | 1.4142135623730950488016887242097 | 
