View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
hoffman3 hoffman3 is offline
external usenet poster
 
Posts: 1
Default VBA code for Deleting rows by verification

Alright i have a list of variables like this
desired output after vba:
a 1 6 a 1 6
b 2 2 c 3 1
c 3 1
d 4 8

Is there a way to alter the row deletion code to search multipl
columns for the number one and if the row doesn't have a 1 then i
will be deleted from the sheet. Thanks
Eric Hoffma

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