Hi All,
i have a Spreadsheet objedct on Excel vba form. i want to format the cells based on certain criteria. below is the code -
Spreadsheet1.Range("C2:C" & Spreadsheet1.Cells(Spreadsheet1.Rows.Count, 1).End(xlUp).Row).Select
Spreadsheet1.Range(Spreadsheet1.Selection...