Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
The following code came from a post yesterday about
clearing the clipboard. Public Declare Function OpenClipboard Lib "user32" (_ ByVal Hwnd As Long) As Long Public Declare Function CloseClipboard Lib "user32" () As Long Public Declare Function EmptyClipboard Lib "user32" () As Long Sub ClearClipboard() OpenClipboard (0&) EmptyClipboard CloseClipboard End Sub I declared the functions with the rest of the public variables and created a module for the sub ClearClipboard. After I copied data, I called the ClearClipboard sub (to clear the Office Clipboard and received the following error message: Can't find DLL entry point OpenClipboard in User 32 Any help on what I'm doing wrong would be GREATLY appreciated. Thanks for the help. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Clipboard Question | Excel Discussion (Misc queries) | |||
Where does Ms XL store the clipboard ? or where does MS Windowsstore clipboard ? | Setting up and Configuration of Excel | |||
Where does Ms XL store the clipboard ? or where does MS Windowsstore clipboard ? | Setting up and Configuration of Excel | |||
Clipboard empty but still get waring that clipboard is full | Excel Discussion (Misc queries) | |||
My last week question: how delete the Office Clipboard (XP) | Excel Programming |