M Marvin Buzz Jun 24, 2008 #1 I am using a refedit control in a form. How do I determine the number of rows and columns in the range returned? Thanks.
I am using a refedit control in a form. How do I determine the number of rows and columns in the range returned? Thanks.
D Dave Peterson Jun 24, 2008 #2 If it's a single area, you can use: range(refedit1.value).rows.count range(refedit1.value).columns.count
If it's a single area, you can use: range(refedit1.value).rows.count range(refedit1.value).columns.count