View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
phileo80 phileo80 is offline
external usenet poster
 
Posts: 1
Default Creating a userform to import files

Is there a way to create a userform that will allow browsing to select
a file to import(similar to the get external data function)? I want to
be able to do this without the import file wizard so it is
automatically Delimited with the Space selected. So far I have not
found a way to do it and figure that it is only possible if the
filename is entered into a textbox and the rest is hardcoded. Anyone
have any ideas if this is possible?