View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default count of changed data

This worked for me:
If cell.Value < LCase(cell.Value) Then count = count + 1

Of course, you need this before you change a cell.

Hth,
Merjet