View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sverre sverre is offline
external usenet poster
 
Posts: 78
Default lookup and copy data and move it upwards and paste

Hi

Here is what I would like to do:

Following procedure should repeat as long as F is nonempty:

1) Find " ----------------------" in col F
2)move down one row and select cells in col F-H
3) Copy data
4) move two columns left
6 find next empty cell ABOVE in this column. move there
7)move two columns to the right
8 )paste data
9 Delete rows where col D is empty
br
Sverre