Hi tpmax,
some problems.
Here at home, I got Vista Small Business,
and can't find clipbrd.exe or
whatever it may be called under Vista Small Business.
Writing "code that references the contents of the clipboard"
is of course different from displaying the content of the clipboard
and literally seeing it.
Have a look at this example.
Sub Test5667()
Dim oDat As DataObject
Dim sTmp As String
Set oDat = New DataObject
With oDat
.GetFromClipboard
sTmp = .GetText
' Selection.TypeText sTmp ' for testing
End With
End Sub
Now you may be able to analyze stmp.
You need a reference to Microsoft Forms 2.0 Object Library.
If you can't find it in the list of available references,
insert a userform. The reference comes automatically with
the userform. After saving, you may even remove the userform
again, and the reference will stay.
HTH
--
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Vista Small Business, Office XP