View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jim[_24_] Jim[_24_] is offline
external usenet poster
 
Posts: 2
Default Selecting rows with variable

Im trying to select, then delete a whole lod of rows in
one go. Im trying to use the following commands:
Rows("4:" & count_y ).Select
Selection.Delete Shift:=xlUp

It doesn't like this at all. How can I get it to do what
I want?