View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jmikerea[_3_] jmikerea[_3_] is offline
external usenet poster
 
Posts: 2
Default External data references in a userform control

If I enter an external Excel file cell ref in the Rowsource property of a Listbox it works fine, however if I use the same format to change the Rowsource property I get an error in the VB statement (it goes red).

Can anyone tell me the correct format for
a) addressing a file in the same folder
b) addressing a file in a different folder
c) addressing a file on another drive.

Mike Rea