View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary Brown Gary Brown is offline
external usenet poster
 
Posts: 178
Default how take data from refedit control

Assuming...
your form is named 'MyForm'
your RefEdit control is named 'RefEdit1'

The following line of code gets whatever is in the Refedit control...
MyForm.RefEdit1.Text

--
HTH,
Gary Brown

If this post was helpful to you, please select ''YES'' at the bottom of the
post.



" wrote:

I have refedit control on userform and i don't know how take data from that
control(range). I want use that range after for exaple to comparision cells.
Thanks Pawel