View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Robert Crandal[_2_] Robert Crandal[_2_] is offline
external usenet poster
 
Posts: 158
Default Deleting entire row

"witek" wrote

rows(5).delete ?


Okay, I will give that a try. I'm sure it will work.

I was just overthinking this too much because I was
thinking that I neded to convert the numerical row
index into a "range" variable and then call the
EntireRow.Delete function.

thanks