Thread: On Paste
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default 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?