View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
esi esi is offline
external usenet poster
 
Posts: 2
Default Macro Copy/Paste Help

Trying to design a macro that will take a multiple column range say B1:C25
and copy all cells with values, move them up 1 cell and then paste value. I
found was doing this manually and the whole process take forever when
you're dealing with multiple cells and worksheets.

Thanks