S
ShaunW
Hi,
I have recently migrated from office 97 to 2003. One of the features that I have been most impressed with is the new office clip board. This is particularly useful when in Word, but it is annoying that there is no alternative to access items in the clipboard without use of the mouse.
I have tried to write macros to work around this but found that this does not work. I find that I can only use:
Selection.PasteAndFormat (wdPasteDefault)
This command only pastes the last item added to the clipboard.
Does anyone know if there are any keyboard shortcuts already existing or know of a way to write a macro to be able to access individual elements from the office clip board?
Cheers.
/Shaun
I have recently migrated from office 97 to 2003. One of the features that I have been most impressed with is the new office clip board. This is particularly useful when in Word, but it is annoying that there is no alternative to access items in the clipboard without use of the mouse.
I have tried to write macros to work around this but found that this does not work. I find that I can only use:
Selection.PasteAndFormat (wdPasteDefault)
This command only pastes the last item added to the clipboard.
Does anyone know if there are any keyboard shortcuts already existing or know of a way to write a macro to be able to access individual elements from the office clip board?
Cheers.
/Shaun