View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike Fogleman Mike Fogleman is offline
external usenet poster
 
Posts: 1,092
Default RefEdit - get range from another workbook

Not sure if this helps but I use this to reference a listbox to another
file:

SysList.RowSource = Workbooks("System.tbl").Worksheets("System"). _
Range("A2:A" & RowCount).Address(External:=True)

Mike F
"pbengtss " wrote in message
...
With the control RefEdit in a userform I can select a range within the
same workbook as where the RefEdit is. How do I choose a range in
another workbook? I´m going crazy on this...


---
Message posted from http://www.ExcelForum.com/