View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pikus pikus is offline
external usenet poster
 
Posts: 1
Default URGENT! Find and delete row macro

Selection.Delete Shift:=xlUp

should be

Selection.EntireRow.Delete

- Piku

--
Message posted from http://www.ExcelForum.com