View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob H Bob H is offline
external usenet poster
 
Posts: 3
Default macro to move contents in a cell and add to another cell

Need to clear column of text in large array. Where cell is blank, go to next
cell (down). where cell contains text, go to next column (right) and append
to contains of column two cell continue this loop until end of range. I am
brand new at VBA. Can anyone help?