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

chart suppose to look like this:

a 1 6
b 2 2
c 3 1
d 4 8


desired output after vba:
a 1 6
c 3

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