Thread: Insert Row
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Stanley Braverman Stanley Braverman is offline
external usenet poster
 
Posts: 40
Default Insert Row

I need a macro with a inbox to select column that I wish to search for cell
that is not empty and insert a row above it and move contents to new row and
clear old cell. And I need that to continue automatically to end of
column(perhaps for- next loop to 50,000)

Thanks