Hi All,
I found this method in this forum but it doesn't work for me. What have I missed? What should I do to make it work?
Regards,![]()
Declare Function CloseClipboard Lib "user32" () As Long Declare Function EmptyClipboard Lib "user32" () As Long Declare Function OpenClipboard Lib "user32" (ByVal hwnd As Long) As Long Sub AAA() OpenClipboard 0& EmptyClipboard CloseClipboard End Sub
Stefi
Bookmarks