I
Ian Elliott
Thanks in advance.
I want to copy several items into the Office Clipboard
(Edit>Office Clipboard...) and then paste those several
items into the active sheet (using VBA). (I believe up to
12 items can be stored in the Office clipboard) So rather
than copying one item, activating the sheet, pasting it,
then activating the sheet to copy from, copying, then
activating the sheet I want to paste to one more time, and
pasting it, the macro would:
select an item
copy to Office clipboard
select another item
copy to Office clipboard
activate another sheet
select a range
pastespecial an item
select another range
pastespecial another item
I think this would save time.
I can do this without a macro (and I recorded it but
copying/pasteing appears not to differentiate between
items in the clipboard, so I did not know how to transfer
this to VBA), but is this possible with VBA?
Thanks again.
I want to copy several items into the Office Clipboard
(Edit>Office Clipboard...) and then paste those several
items into the active sheet (using VBA). (I believe up to
12 items can be stored in the Office clipboard) So rather
than copying one item, activating the sheet, pasting it,
then activating the sheet to copy from, copying, then
activating the sheet I want to paste to one more time, and
pasting it, the macro would:
select an item
copy to Office clipboard
select another item
copy to Office clipboard
activate another sheet
select a range
pastespecial an item
select another range
pastespecial another item
I think this would save time.
I can do this without a macro (and I recorded it but
copying/pasteing appears not to differentiate between
items in the clipboard, so I did not know how to transfer
this to VBA), but is this possible with VBA?
Thanks again.