Changing Default
This is possible by adding a macro called Paste to your workbook
Public Sub Paste()
MsgBox "my new paste"
End Sub
© 2026 Better Solutions Limited. All Rights Reserved. © 2026 Better Solutions Limited TopPrevNext
This is possible by adding a macro called Paste to your workbook
Public Sub Paste()
MsgBox "my new paste"
End Sub