This Will Clear the Clipboard Every 1 Millisecond
This Will Clear the Clipboard Every 1 Millisecond
Rate This Will Clear the Clipboard Every 1 Millisecond
(1(1 Vote))
'On Error Resume Next 'put this to avoid error of clipboard being openned too many times
Dim i As Integer
If r = Clipboard.GetText Then
If Len(r) = 0 Then
Clipboard.Clear
End If
Else
Exit Sub
End If
End Sub
This Will Clear the Clipboard Every 1 Millisecond Comments
No comments yet — be the first to post one!
Post a Comment