Thread
:
How to count number of items(cells) in range?
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 136
How to count number of items(cells) in range?
Hi George,
Range("A1:A25").cells.count
or
dim r as range
r = ...some range operation
debug.print r.cells.count
HTH,
Bernd
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]