Thread
:
count # of elemnts in a column
View Single Post
#
5
Posted to microsoft.public.excel.programming
merjet
external usenet poster
Posts: 812
count # of elemnts in a column
Not sure what you are trying to do, but
instead of: Selection.AutoFill Destination:=Range("g2:gh")
try: Selection.AutoFill Destination:=Range("g2:g" & h)
HTH,
Merjet
Reply With Quote
merjet
View Public Profile
Find all posts by merjet