View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MSP77079[_29_] MSP77079[_29_] is offline
external usenet poster
 
Posts: 1
Default Another code for deleting row

Try this:

res = Application.WorksheetFunction.Match(lookup_value, rng, 0

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