Refedit

M

Marvin Buzz

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

If it's a single area, you can use:

range(refedit1.value).rows.count
range(refedit1.value).columns.count
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top