Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can't find a way to clear the clipboard using a macro
Thanks GJ |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Maybe...
application.cutcopymode = false ?? gj wrote: Can't find a way to clear the clipboard using a macro Thanks GJ -- Dave Peterson |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
This does not work for me. Is there something else I should be looking for? I'm in Excel 2003. Thanks, -- Marc "Dave Peterson" wrote: Maybe... application.cutcopymode = false ?? gj wrote: Can't find a way to clear the clipboard using a macro Thanks GJ -- Dave Peterson |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson has some nice notes at:
http://www.cpearson.com/excel/clipboar.htm for working with the windows clipboard. But I don't recall ever seeing application.cutcopymode=false fail in a windows environment. Marc wrote: Hi, This does not work for me. Is there something else I should be looking for? I'm in Excel 2003. Thanks, -- Marc "Dave Peterson" wrote: Maybe... application.cutcopymode = false ?? gj wrote: Can't find a way to clear the clipboard using a macro Thanks GJ -- Dave Peterson -- Dave Peterson |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How does it fail ?
NickHK "Marc" wrote in message ... Hi, This does not work for me. Is there something else I should be looking for? I'm in Excel 2003. Thanks, -- Marc "Dave Peterson" wrote: Maybe... application.cutcopymode = false ?? gj wrote: Can't find a way to clear the clipboard using a macro Thanks GJ -- Dave Peterson |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Nothing happens. I have this - Application.DisplayClipboardWindow = True
to show the clipboard. I've tried Application.CutCopyMode = False before and after displaying the clipboard and in either case it doesn't clear the clipboard. Thanks, -- Marc "NickHK" wrote: How does it fail ? NickHK "Marc" wrote in message ... Hi, This does not work for me. Is there something else I should be looking for? I'm in Excel 2003. Thanks, -- Marc "Dave Peterson" wrote: Maybe... application.cutcopymode = false ?? gj wrote: Can't find a way to clear the clipboard using a macro Thanks GJ -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does it clear my clipboard? | Excel Discussion (Misc queries) | |||
VBA Clear clipboard | Excel Programming | |||
Clear Clipboard in VB | Excel Programming | |||
Clear Clipboard | Excel Programming | |||
Office Clipboard: Clear all with VBA-macro? | Excel Programming |