View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ken Johnson Ken Johnson is offline
external usenet poster
 
Posts: 1,073
Default SpecialCells Method Question

Range("A2:A50").SpecialCells(xlCellTypeBlanks) does not include blank
cells below the last non-blank cell in A2:A50. Is this correct
behaviour? If so it seems illogical to me. Or, am I doing something
wrong?
Ken Johnson