Thread
:
count of changed data
View Single Post
#
2
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
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
Reply With Quote
merjet
View Public Profile
Find all posts by merjet