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

Hi Norman,
Does characteristic (1) mean that A1.SpecialCells(etc) is equivalent to
UsedRange.SpecialCells(etc), which I guess could possibly occur at run
time if A1 is determined then?
Do both characteristics mean that unwanted things could happen to cells
you want left untouched?
If so I will be more careful in future!
Ken Johnson