Thread: for each cell
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jak[_2_] Jak[_2_] is offline
external usenet poster
 
Posts: 1
Default for each cell

As you know excel does not paste as value when the cells
are selected with the control button in different parts of
the sheet. What I would like to do is to write a macro so
that
For each cell in selection
do the paste special for each cell
next cell

Can anyone help me with the systax of the above. I just
wrote what I needed excel to do.

Thanks