M
Munchkin
I want my macro button to paste what is in the clipboard onto my excel
document, but if the clipboard is empty I want a message to pop up that
states "Your clipboard is empty - retry copying your data." and end the macro.
If there is something in the clipboard it should proceed with pasting it.
I've tried several things but non of them are working.
Cells.Select
ActiveSheet.Paste
document, but if the clipboard is empty I want a message to pop up that
states "Your clipboard is empty - retry copying your data." and end the macro.
If there is something in the clipboard it should proceed with pasting it.
I've tried several things but non of them are working.
Cells.Select
ActiveSheet.Paste