View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.misc
gak27 gak27 is offline
external usenet poster
 
Posts: 7
Default How to create a macro to delete multiple rows?

Thanks! I'll try all of the suggestions. Sorry for the multiple post of
this subject above...

"gak27" wrote:

Greetings!

This question is for Excel 2007.

I am working with data sets that have many rows of data and I only need a
few of them. What I would like to do is create a macro that will delete 100
rows from my worksheet, starting where I place the cursor. What is the best
way to do this? Whenever I try to record the macro and use it I always wind
up having the 100 rows being deleted from the same location, but I need to
move down through the entire spreadsheet.

greg