View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Doug[_14_] Doug[_14_] is offline
external usenet poster
 
Posts: 3
Default VBA Counting a range ofhgighlighted cells - before select

In VBA I can count a range of cells (target.cells.count) ...but is there
a way to count the cells in a range "real-time" as I am highlighting
them & before I "select"? worksheet_selectionchange doesn't kick in
until I have finished highlighting the range.