How can I confirm that the clipboard actually has contents? I have a macro that pastes the contents of the clipboard, but if the clipboard is empty, it errors out on Selection.Paste.
SO, I guess I am wanting to "disable" the paste option if there are no contents on the clipboard.



