On Paste

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

Is there anyway that when i paste something into a
document that it could automatically trigger a macro?
 
Try this:

Put =Now() somewhere on your sheet

Right click sheet tab>view code>insert this>Save

Private Sub Worksheet_Calculate()
MsgBox "Hello"
End Sub

try your paste
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top