$$Excel-Macros$$ Test Cell String for Element match and report Accuracy

2011-11-01 Thread Fin
--here we write out the macro to highlight active stocks in yellow v.line_out = 'Sub Color_Active_Yellow()' v.line_out = 'Dim CellVal As Variant' v.line_out = 'Selection.CurrentRegion.Select' v.line_out = 'iRows = Selection.Rows.Count'

RE: $$Excel-Macros$$ Test Cell String for Element match and report Accuracy

2011-11-01 Thread Asa Rossoff
@googlegroups.com Subject: $$Excel-Macros$$ Test Cell String for Element match and report Accuracy --here we write out the macro to highlight active stocks in yellow v.line_out = 'Sub Color_Active_Yellow()' v.line_out = 'Dim CellVal As Variant' v.line_out