Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How about this:
Range("a1").Copy Application.CutCopyMode = False When I added that extra line, the paste option was gone from the rightclick menu. But if I only had application.cutcopymode = false, then it was still enabled. Kyoux wrote: It does not solve anything because now, the clipboard has an empty cell (so once it is pasted, it overwrite the rest). Isn't there a way to empty the clipboard by VBA code? -----Original Message----- Try .. Range("A1").Copy ------------------------------------------------ ~~ Message posted from http://www.ExcelTip.com/ ~~ View and post usenet messages directly from http://www.ExcelForum.com/ . -- Dave Peterson |
Reply |
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 |