ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   On Paste (https://www.excelbanter.com/excel-programming/285873-paste.html)

ed

On Paste
 
Is there anyway that when i paste something into a
document that it could automatically trigger a macro?

Don Guillett[_4_]

On Paste
 
Try this:

Put =Now() somewhere on your sheet

Right click sheet tabview codeinsert thisSave

Private Sub Worksheet_Calculate()
MsgBox "Hello"
End Sub

try your paste

--
Don Guillett
SalesAid Software

"Ed" wrote in message
...
Is there anyway that when i paste something into a
document that it could automatically trigger a macro?





All times are GMT +1. The time now is 02:34 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com