D
Duncan
I need to use a macro to copy a number of items to the clipboard. This
is possible interactively (every 'Copy' pushes the history stack along and
a new entry is inserted on the top) however it doesn't appear to be the
default behavior with VB. If I use the Copy or PutInClipboard methods the top
existing clipboard entry is replaced. So multiple Copy's only generate
a single clipboard entry (the last one). This is Excel 2000 if it makes
any difference.
How can I exploit the clipboard history functionality from a macro so that a
number of items can be inserted?
Duncan
is possible interactively (every 'Copy' pushes the history stack along and
a new entry is inserted on the top) however it doesn't appear to be the
default behavior with VB. If I use the Copy or PutInClipboard methods the top
existing clipboard entry is replaced. So multiple Copy's only generate
a single clipboard entry (the last one). This is Excel 2000 if it makes
any difference.
How can I exploit the clipboard history functionality from a macro so that a
number of items can be inserted?
Duncan