RefEdit - cannot select range on another workbook

  • Thread starter Thread starter Rob
  • Start date Start date
R

Rob

I have created a Userform in VBA with a RefEdit control.
I want to select a range in another workbook, but this
does not seem possible. Any ideas?
 
Rob -

You can use Ctrl-Tab to switch among workbooks with the form open.
Alternatively, you could populate a list box or combo box with the names
of the open workbooks, and let the user switch workbooks this way.

- Jon
 
Back
Top