View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
a a is offline
external usenet poster
 
Posts: 1
Default Set smallest cell in row,col as BOLD

I want to have a macro that will set the smallest number in a row (or
in a column) of selected text to BOLD. For example, with A1 = 1,B1 =
2, C1 = 3, D1 = 4 I want the macro to set Cell A1 to be bolded.

Art