Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I've an add-ins that creates a new toolbar each time a new workbook has been opened. I put personalized pictures on the buttons by copy-pasteface them from one worksheet. The problem is that the clipboard keeps them so that when opening a new book, if I want to paste something, it paste the latest picture from the clipboard. Set Icon = OEProject.Sheet1 Icon.Shapes("Picture 50").Copy MyButton.PasteFace I saw the function Clipboard.Clear on the Net but "Clipboard" is unknown in my VBA, even in the ObjectBrowser. I really don't know how to fix this, could anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to clear clipboard memory? | Excel Discussion (Misc queries) | |||
Why does it clear my clipboard? | Excel Discussion (Misc queries) | |||
Clear Clipboard after Copy | Excel Discussion (Misc queries) | |||
Clear clipboard contents | Excel Discussion (Misc queries) | |||
Clear clipboard | Excel Programming |