Hi Friends,
My sample data given below, I need to delete rows starting with "3" in column no.2 ORDERS. Recording Macro with number range filter is not working.
<table border="0" cellpadding="0" cellspacing="0" width="549"><col style="mso-width-source:userset;mso-width-alt:4644;width:95pt" width="127"> <col style="mso-width-source:userset;mso-width-alt:6253;width:128pt" width="171"> <col style="mso-width-source:userset;mso-width-alt:5156;width:106pt" width="141"> <col style="mso-width-source:userset;mso-width-alt:4022;width:83pt" width="110"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:95pt" height="20" width="127">Area</td> <td class="xl65" style="border-left:none;width:128pt" width="171">Order</td> <td class="xl65" style="border-left:none;width:106pt" width="141">Item</td> <td class="xl65" style="border-left:none;width:83pt" width="110">Order date</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl66" style="border-top:none;border-left:none">101121</td> <td class="xl66" style="border-top:none;border-left:none">ROSE</td> <td class="xl67" style="border-top:none;border-left:none">01/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl68" style="border-top:none;border-left:none">300522</td> <td class="xl68" style="border-top:none;border-left:none">ROSE</td> <td class="xl69" style="border-top:none;border-left:none">02/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">PM</td> <td class="xl66" style="border-top:none;border-left:none">200012</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">03/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">SC</td> <td class="xl68" style="border-top:none;border-left:none">3000</td> <td class="xl68" style="border-top:none;border-left:none">LILLY</td> <td class="xl69" style="border-top:none;border-left:none">04/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">SC</td> <td class="xl66" style="border-top:none;border-left:none">101111</td> <td class="xl66" style="border-top:none;border-left:none">LOTUS</td> <td class="xl67" style="border-top:none;border-left:none">05/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">PM</td> <td class="xl66" style="border-top:none;border-left:none">140012</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">06/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl68" style="border-top:none;border-left:none">362512</td> <td class="xl68" style="border-top:none;border-left:none">LILLY</td> <td class="xl69" style="border-top:none;border-left:none">07/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">AC</td> <td class="xl66" style="border-top:none;border-left:none">102547</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">08/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AC</td> <td class="xl68" style="border-top:none;border-left:none">300001</td> <td class="xl68" style="border-top:none;border-left:none">LOTUS</td> <td class="xl69" style="border-top:none;border-left:none">09/02/2011</td> </tr> </tbody></table>
Please guide me, any help highly appreciated.
Regards,PM.
My sample data given below, I need to delete rows starting with "3" in column no.2 ORDERS. Recording Macro with number range filter is not working.
<table border="0" cellpadding="0" cellspacing="0" width="549"><col style="mso-width-source:userset;mso-width-alt:4644;width:95pt" width="127"> <col style="mso-width-source:userset;mso-width-alt:6253;width:128pt" width="171"> <col style="mso-width-source:userset;mso-width-alt:5156;width:106pt" width="141"> <col style="mso-width-source:userset;mso-width-alt:4022;width:83pt" width="110"> <tbody><tr style="height:15.0pt" height="20"> <td class="xl65" style="height:15.0pt;width:95pt" height="20" width="127">Area</td> <td class="xl65" style="border-left:none;width:128pt" width="171">Order</td> <td class="xl65" style="border-left:none;width:106pt" width="141">Item</td> <td class="xl65" style="border-left:none;width:83pt" width="110">Order date</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl66" style="border-top:none;border-left:none">101121</td> <td class="xl66" style="border-top:none;border-left:none">ROSE</td> <td class="xl67" style="border-top:none;border-left:none">01/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl68" style="border-top:none;border-left:none">300522</td> <td class="xl68" style="border-top:none;border-left:none">ROSE</td> <td class="xl69" style="border-top:none;border-left:none">02/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">PM</td> <td class="xl66" style="border-top:none;border-left:none">200012</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">03/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">SC</td> <td class="xl68" style="border-top:none;border-left:none">3000</td> <td class="xl68" style="border-top:none;border-left:none">LILLY</td> <td class="xl69" style="border-top:none;border-left:none">04/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">SC</td> <td class="xl66" style="border-top:none;border-left:none">101111</td> <td class="xl66" style="border-top:none;border-left:none">LOTUS</td> <td class="xl67" style="border-top:none;border-left:none">05/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">PM</td> <td class="xl66" style="border-top:none;border-left:none">140012</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">06/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AA</td> <td class="xl68" style="border-top:none;border-left:none">362512</td> <td class="xl68" style="border-top:none;border-left:none">LILLY</td> <td class="xl69" style="border-top:none;border-left:none">07/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl66" style="height:15.0pt;border-top:none" height="20">AC</td> <td class="xl66" style="border-top:none;border-left:none">102547</td> <td class="xl66" style="border-top:none;border-left:none">LILLY</td> <td class="xl67" style="border-top:none;border-left:none">08/02/2011</td> </tr> <tr style="height:15.0pt" height="20"> <td class="xl68" style="height:15.0pt;border-top:none" height="20">AC</td> <td class="xl68" style="border-top:none;border-left:none">300001</td> <td class="xl68" style="border-top:none;border-left:none">LOTUS</td> <td class="xl69" style="border-top:none;border-left:none">09/02/2011</td> </tr> </tbody></table>
Please guide me, any help highly appreciated.
Regards,PM.