View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
lars kofod lars kofod is offline
external usenet poster
 
Posts: 17
Default "AfterPaste" event

The worksheetchange event does work when I paste from
excel, but not from the program I need to paste from.

Application.EnabelEvents should that be true or false? I
haven't set it to either.

Thank you Alex J.

Lars Kofod
Denmark
-----Original Message-----
Lars,
I checked for manual and VBA paste functions - the

Worksheet_Change event
"should" work.
Can you verify if you have set Application.EnableEvents

= False before the
paste action?

Alex J

"Lars Kofod" wrote

in message
...
I'm copying data from another program to excel 97. I

need
a macro that run directly after i've pasted the data.

The
WorkSheetChange event doesn't work.

Can someone help me please??

Thanks
Lars Kofod



.