View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Marie J-son[_5_] Marie J-son[_5_] is offline
external usenet poster
 
Posts: 22
Default Help - loop through cells in a range that are not together (several different cells as Target)

Hi,

I'm stuck. I need to loop through each cell with my code and get range
error. I belive it is because the range consist of cells that are not
together.Right?

Actually, the event is when you copy one cell and select a number of others
and paste - dadaam, all cells have the same value as the copied cell. I use
Worksheet_change event and now I need to run some code with each cell in
Target.

How to do that?

/Kind regards