Hi there, im looking to setup a little macro that takes whats in the clipboard and does a paste special (picutre). Im using it to bring tables in from excel.
Well i tried using the macro recorder, however it seems to think i am doing a normal paste operation:
Selection.PasteAndFormat (wdPasteDefault)
Basically im just looking for the parameters required for the function PasteSpecial, i think!?
Selection.PasteSpecial (.....)
Thanks for your help
Well i tried using the macro recorder, however it seems to think i am doing a normal paste operation:
Selection.PasteAndFormat (wdPasteDefault)
Basically im just looking for the parameters required for the function PasteSpecial, i think!?
Selection.PasteSpecial (.....)
Thanks for your help