View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default run macro after paste

Sure.

Just alt-f8, select the macro and click run.

If you mean you want to run a macro automatically after pasting, then probably
not.

Excel can run a _change event when a range changes, but it doesn't know if that
range changed because of the user typing or because of a paste.

K wrote:

Is it possible to run a macro after pasting some data onto a worksheet


--

Dave Peterson